Has anyone else had issues where if you have a bunch of rules in a container and if you go to move the order, on the second move, the order is a GET not a POST and ends up in the URL.
ie.
/container/3F672F10-E135-11E3-BF36000000000000/displayContainer/rule_index/3/rule_action/moveup/rule_id/99D44C00-B25C-11E4-9C5A02DDE4664679/originalID/3F672F10-E135-11E3-BF36000000000000/ajaxmode/1
In the past I’d notices it mostly if the rule was a gmap, which I thought all the javascript would cause it, but I’ve just come across it with a bunch of 4 rich text boxes containing only simple tables.
The console tells me:
Uncaught TypeError: Cannot read property 'add' of undefined
and then the next move fails. Turns out that gritter wasn’t being registered properly and hence a js fail. The id needs to be changed in registerLibraries.cfc
from gritter
to fc-gritter
.
Now the gritter works when you move an item and also all these cool tool tips appear that I’ve never seen before. But unfortunately on the second move it still throws a GET instead of a POST. This time with a bunch of these in the console:
Uncaught ReferenceError: $j is not defined
Any suggestions?
I’m on FC7.06/railo 4.