-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 6.0-HF09, 7.3
-
Component/s: Agenda, Layouts & Widgets
-
Tags:
-
Sprint:TGV 01
nuxeo-agenda pulls jquery ui 1.8.19 while the platform brings jquery ui 1.10.3.
The two version conficts and as result when you go to the first task of Parallel Document Review, we have the following js error:
Uncaught TypeError: $.widget.extend is not a function$.Widget._createWidget @ prototype.js,effects.js,dragdrop.js,seam-remote.js,bsn.AutoSuggest_2.1.3.js,foldable-box.js,window.…:12374$.widget.$.(anonymous function).(anonymous function) @ prototype.js,effects.js,dragdrop.js,seam-remote.js,bsn.AutoSuggest_2.1.3.js,foldable-box.js,window.…:12202(anonymous function) @ prototype.js,effects.js,dragdrop.js,seam-remote.js,bsn.AutoSuggest_2.1.3.js,foldable-box.js,window.…:12347jQuery.extend.each @ jquery.js:147jQuery.fn.jQuery.each @ jquery.js:55$.widget.bridge.$.fn.(anonymous function) @ prototype.js,effects.js,dragdrop.js,seam-remote.js,bsn.AutoSuggest_2.1.3.js,foldable-box.js,window.…:12342initSelect2Widget @ nuxeo-select2.js.faces?ln=org.nuxeo.select2:364(anonymous function) @ nuxeo-select2.js.faces?ln=org.nuxeo.select2:470jQuery.extend.each @ jquery.js:147jQuery.fn.jQuery.each @ jquery.js:55initSelect2Widgets @ nuxeo-select2.js.faces?ln=org.nuxeo.select2:469(anonymous function) @ adff@view_documents?mainTabId=MAIN_TABS%3Adocuments&tabIds=MAIN_TABS%3Adocuments%2CTREE_EXPLORER%3A…:118jQuery.Callbacks.fire @ jquery.js:243jQuery.Callbacks.self.fireWith @ jquery.js:278jQuery.extend.ready @ jquery.js:96DOMContentLoaded @ jquery.js:17
Indeed, the user suggestion of the task layout is sortable and uses jquery ui to do so.