After commenting out line 86 dialogConfig.scope = scope; in App_Plugins/WidgetGrid/js/widgetGrid.js you need to increase the clientDependency version number in Config/clientDependency.config
btw I'm also on 7.1.4 and adding items to widget grid is not working for me.
After changing the widgetgrid.js + clientDependency version it is working for me though.
I just commented out line 86 as Roel mention and after that cleared the browser cache. I didn't increase the client dependency verion numer in the config file..
Widget not adding elements in backend (7.1.4)
I'm having the exact same problem as in this post, where it is said that it is solved in 7.1.4
http://our.umbraco.org/projects/backoffice-extensions/widget-grid/bugs,-feedback-and-suggestions/53059-Widget-not-adding-elements-in-backend-?p=2#comment184686 ;
or have I misunderstood the above post?
(Umbraco version 7.1.4 assembly: 1.0.5261.28127)
I also tried to comment out line 86 in widgetgrid.js as suggested here
http://our.umbraco.org/projects/backoffice-extensions/widget-grid/bugs,-feedback-and-suggestions/53059-Widget-not-adding-elements-in-backend-?p=1#comment184656 ;
But no luck, WidgetGrid still does not work :-(
Well for anyone else experiencing the same problem, then multi tree content picker is, although not perfect, a viable alternative solution.
After commenting out line 86 dialogConfig.scope = scope; in App_Plugins/WidgetGrid/js/widgetGrid.js you need to increase the clientDependency version number in Config/clientDependency.config
btw I'm also on 7.1.4 and adding items to widget grid is not working for me.
After changing the widgetgrid.js + clientDependency version it is working for me though.
I just commented out line 86 as Roel mention and after that cleared the browser cache. I didn't increase the client dependency verion numer in the config file..
I'm using Umbraco 7.1.4 ..
/Bjarne
is working on a reply...