Uncaught TypeError : cannot read property 'multiset' of undfined

Uncaught TypeError : cannot read property 'multiset' of undfined

cokechiucokechiu Posts: 40Questions: 14Answers: 5

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

Answers

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    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

  • cokechiucokechiu Posts: 40Questions: 14Answers: 5
    edited December 2016
  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin
    Answer ✓

    Thanks!

    The issue is in projects.js:

    dataSrc: "projects.dorder",

    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

  • cokechiucokechiu Posts: 40Questions: 14Answers: 5

    Thank you very much.

This discussion has been closed.