Closed ghost closed 8 years ago
I think I managed to find a work around for this in f3fa71cf2dc29c9adf273ff9eecb3f40dd34d287. Could you please verify?
Awesome works like a charm = ) !!
The delete button as well...
element.find('> .modules-entries > .modules-entry .modules-entry-delete').on('click', function(){
$(this).closest('form').trigger('keep');
});
:+1:
Hi man,
Found an issue in the js file regarding to the sorted array not being saved/cached in the update function.
Test:
Issue = The nr 3 action does not store the positions of the rearranged modules..