rasmusjp / umbraco-multi-url-picker

Multi Url Picker for Umbraco 7
MIT License
31 stars 29 forks source link

Umbraco 7.4 - Clicking "Add" button doesn't open dialog, instead causes frame reset. #41

Closed hfloyd closed 8 years ago

hfloyd commented 8 years ago

In Umbraco 7.4, when added to a Doctype, the "Add" button doesn't work at all - if you click it, the right-pane of the content node resets to show the Content section main dashboard ("Get Started" tab, etc.).

In addition, this causes the loss of any unsaved property data in the node.

rasmusjp commented 8 years ago

This looks like a cache problem, could you try changing the version in /config/ClientDependency.config and see if it still is a problem.

hfloyd commented 8 years ago

Thank you, @rasmusjp, that did fix it. :-)