This package no longer seems to be compatible. I have upgraded from 7.5 to 7.9 and there is a 400 Bad Request error in the console for the /UmbracoTrees/ApplicationTree/GetApplicationTrees Umbraco API call. The error is as follows:
The parameters dictionary contains a null entry for parameter 'onlyInitialized'
You can hack a fix by appending &onlyInitialized=true on to the customTreeParams property of the dialog options (mayfly.mrnpicker.controller.js line 164)
Sounds like it might be the same thing I ran into (https://our.umbraco.org/projects/backoffice-extensions/mr-n-picker/general/87763-no-nodes-shown-after-upgrade-to-763). Thanks for posting a workaround; I'll have to give that a try :)
And two years later (my backlog is huge...) I have finally tried it and it works! I'm running on 7.15.3 and this picker appears to be fully functional with the JavaScript file tweaked. Thanks again :)
GetApplicationTrees error (no nodes display)
This package no longer seems to be compatible. I have upgraded from 7.5 to 7.9 and there is a 400 Bad Request error in the console for the /UmbracoTrees/ApplicationTree/GetApplicationTrees Umbraco API call. The error is as follows:
The parameters dictionary contains a null entry for parameter 'onlyInitialized'
You can hack a fix by appending
&onlyInitialized=true
on to thecustomTreeParams
property of the dialog options (mayfly.mrnpicker.controller.js line 164)Sounds like it might be the same thing I ran into (https://our.umbraco.org/projects/backoffice-extensions/mr-n-picker/general/87763-no-nodes-shown-after-upgrade-to-763). Thanks for posting a workaround; I'll have to give that a try :)
And two years later (my backlog is huge...) I have finally tried it and it works! I'm running on 7.15.3 and this picker appears to be fully functional with the JavaScript file tweaked. Thanks again :)
is working on a reply...