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
I've noticed that a click on the "Allow drag/drop" checkbox adds the class 'changed' on the form (via jquery.changetracker.js). This can be prevented by adding the class 'no-change-track' to the checkbox (in GridFieldSortableRows.ss, LeftAndMain.EditForm.js setsup jquery.changetracker.js to ignore fields with this class).
I'm using it with ModelAdmin right now to make the list ('searchresults') sortable. When I click away from the current model listview to another after sorting, I get the popup that my form wasn't saved.
Greetings and keep up the good work!
The text was updated successfully, but these errors were encountered:
Hi,
I've noticed that a click on the "Allow drag/drop" checkbox adds the class 'changed' on the form (via jquery.changetracker.js). This can be prevented by adding the class 'no-change-track' to the checkbox (in GridFieldSortableRows.ss, LeftAndMain.EditForm.js setsup jquery.changetracker.js to ignore fields with this class).
I'm using it with ModelAdmin right now to make the list ('searchresults') sortable. When I click away from the current model listview to another after sorting, I get the popup that my form wasn't saved.
Greetings and keep up the good work!
The text was updated successfully, but these errors were encountered: