You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 28, 2026. It is now read-only.
Just updated to see whether this version would bring back the charting feature that I have been unable to get functioning within the 7.x line of Daviz version updates. Getting closer but am getting the following JavaScript error being trapped in my console...
daviz-edit.js line 9552 -
Error = Slick is not defined
From the source:
grid_data_view = new Slick.Data.DataView();
Which causes the edit popup to never complete...
This is being run on a stock Plone 4.1 build. Have Daviz version 6.1 fully functional.
Just updated to see whether this version would bring back the charting feature that I have been unable to get functioning within the 7.x line of Daviz version updates. Getting closer but am getting the following JavaScript error being trapped in my console...
daviz-edit.js line 9552 -
Error = Slick is not defined
From the source:
grid_data_view = new Slick.Data.DataView();
Which causes the edit popup to never complete...
This is being run on a stock Plone 4.1 build. Have Daviz version 6.1 fully functional.
Thanks in advance,
Eric