H i
H i
well I digged around your JS code and found that you do not "keep" the state when you "DELETE/SORT/CLONE" an entry/module, if you trigger it in your render function everything...
Still issues, both the checkboxes and radiofield loses value..
It happens on "save" as well, if I "tick" some checkboxes and hit save, the checkboxes are not "checked", but the value is stored correctly in the text file.
well I digged around your JS code and found that you do not "keep" the state when you "DELETE/SORT/CLONE" an entry/module, if you trigger it in your render function everything...
Oh well, thanks man !!
Added a new public function to the controller.php and a new route in modules.php controller.php ``` public function dope($path) { $path = explode('/', $path); $self = $this; $model = $this->model();...
hmm ok got the right type working now by appending the entry->type() to the url and then "pop" it, but would like to push the new entry right after the...
uhm ok I think I might over complicated things here.. oh dear..
No.. I was thinking of creating a button that adds a "entry" with out having to open a modal and select it from there, see image. So if I push...
I am trying to send the entry type with href path on the button so I can duplicate the entry: ```