Page 1 of 1

Edit mode not working, rights are OK

Posted: Thursday 30 January 2020 12:40
by sammyke007
Hi

I'm writing myself a Dashticz dashboard. Read all of the available docs and I try to do as much with the config.js by text coding as possible.
However I tried to make use of the EDIT mode, but it won't let me actualy edit anything. I get the red save button in the lower right corner and I get the black menu at the leftside, but I can't add/move/... anything. I can't even drag anything from the black side bar at the left side towards my dashboard...

Saving settings in the config menu is no problem, but editing the dashboard is not possible. Any idea?

Code: Select all

Running both Domoticz and Dashticz on a Synology NAS.
Apache 2.2 
PHP 7.0.33
Dashticz 3.3.3 master
Chrome/Firefox tested
Console on EDIT mode:

Code: Select all

VM222:4 Uncaught TypeError: $(...).sortable is not a function
    at startSortable (<anonymous>:4:20)
    at <anonymous>:512:13
Tnx!

Re: Edit mode not working, rights are OK

Posted: Thursday 30 January 2020 13:29
by Lokonli
sammyke007 wrote: Thursday 30 January 2020 12:40 Hi

I'm writing myself a Dashticz dashboard. Read all of the available docs and I try to do as much with the config.js by text coding as possible.
However I tried to make use of the EDIT mode, but it won't let me actualy edit anything. I get the red save button in the lower right corner and I get the black menu at the leftside, but I can't add/move/... anything. I can't even drag anything from the black side bar at the left side towards my dashboard...

Saving settings in the config menu is no problem, but editing the dashboard is not possible. Any idea?

Code: Select all

Running both Domoticz and Dashticz on a Synology NAS.
Apache 2.2 
PHP 7.0.33
Dashticz 3.3.3 master
Chrome/Firefox tested
Console on EDIT mode:

Code: Select all

VM222:4 Uncaught TypeError: $(...).sortable is not a function
    at startSortable (<anonymous>:4:20)
    at <anonymous>:512:13
Tnx!
Editing the dashboard indeed doesn't work anymore. I'll remove the setting.

Re: Edit mode not working, rights are OK

Posted: Friday 31 January 2020 14:07
by sammyke007
Lokonli wrote: Thursday 30 January 2020 13:29 Editing the dashboard indeed doesn't work anymore. I'll remove the setting.
Tnx :D