Uncaught TypeError : cannot read property 'multiset' of undfined
Uncaught TypeError : cannot read property 'multiset' of undfined
cokechiu
Posts: 40Questions: 14Answers: 5
in RowReorder
Hi,
Website : http://xicgl.dige2.net
dataTables.editor.min.js:50 Uncaught TypeError: Cannot read property 'multiSet' of undefined
at f.multiSet (http://xicgl.dige2.net/admin/libs/datatables/media/js/dataTables.editor.min.js:50:5)
at j._mouseUp (https://nightly.datatables.net/rowreorder/js/dataTables.rowReorder.min.js:14:177)
at HTMLDocument.<anonymous> (https://nightly.datatables.net/rowreorder/js/dataTables.rowReorder.min.js:10:420)
at HTMLDocument.dispatch (http://xicgl.dige2.net/admin/libs/jquery/jquery.min.js:3:6466)
at HTMLDocument.r.handle (http://xicgl.dige2.net/admin/libs/jquery/jquery.min.js:3:3241)
http://debug.datatables.net/ozukep
"System menu" row re-order has no problem but "Projects" not working.
Login information will send to your pm box.
Thanks a lot.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Thanks! However, I don't actually see a login link or form on the linked page. Where do I click to get that?
Thanks,
Allan
sorry
http://xicgl.dige2.net/admin
Thanks!
The issue is in
projects.js
:There is no field in the Editor field array by that name and Editor it throwing an error because it has been instructed by RowReorder to change that value (which it then can't find).
Regards,
Allan
Thank you very much.