Hello,
I am trying to map all the results of a get query to a mobilelistitem. Usually this works fine, but in this one instant only the last result is showing instead of all possibles.
I checked over it many times now and can't seem to find the problem (I will feel like such a dumbo if I made a silly mistake somewhere).
The code and mapping:
clicking on the "x" button runs this JS:
var cuidt = jQuery(this).text();
localStorage.setItem('cuid', cuidt);
pglistSER.execute ({});
(cuid was mapped to it on page load - it seems to work as the correct result is returned albeit only one of it)
JS before:
return '{"cuid":"'+value+'"}';
Any ideas about this problem?
If you want to have a look:
(**Can I provide the public link and password etc in a personal message?)
login with:
usrnme: **
pswrd: **
Then to get to the offending page is a bit of a process:
Scroll down and click on the (i)nformation button next to "test".
Click on any of the "correct" marks in popup, taking you to a new page.
Click on the edit button top left, taking you to the edit page.
Click the "x" next to "delete a page" of the first item. A popup will come up which is supposed to return the list of pages. I mapped it to a list at the bottom of the page as well as a test to check if the grids or popup caused any problems, but the result is the same.