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
From what I can see, it looks like it might have been happening since #362, and removing the self.trigger('change'); line does seem to fix it for me. I'm not sure I understand why that was added though @flamerohr ?
The text was updated successfully, but these errors were encountered:
it's related :)
I don't think turning off change tracking for gridfield would be a good idea, unless you find a solution which is opt-in for particular fields.
If there's inline editing for the GridField then you'd want those to trigger the change tracker (thinking userforms)
If you use the pagination buttons within the default model admin gridfield then attempts to navigate away or edit a row will show the warning message:
Without anything being edited, just press the next page button and it then marks the form as changed.
This is happening on SS 4.2.0, see an example set up here https://github.com/mediasuitenz/silverstripe-modeladmin-example
From what I can see, it looks like it might have been happening since #362, and removing the
self.trigger('change');
line does seem to fix it for me. I'm not sure I understand why that was added though @flamerohr ?The text was updated successfully, but these errors were encountered: