Replace outdated jquery-sortable.js with a modern alternative (sortable.js) with better flexibility and support for mobile devices
Based on #378 with just a small fix: no need to use extra local variable because we don't use them in any way but at the same time using $this->id in variable names break the code when the id contains a dash e.g. ExampleModel-email
Replace outdated jquery-sortable.js with a modern alternative (sortable.js) with better flexibility and support for mobile devices
Based on #378 with just a small fix: no need to use extra local variable because we don't use them in any way but at the same time using
$this->id
in variable names break the code when the id contains a dash e.g.ExampleModel-email
Many thanks to @sankam-nikolya for this fix.