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 just noticed that GridFieldEditableColumns only calls write() in GridFieldEditableColumns::handleSave().
Having versioned items in a GridField will cause them to be changed/draft. The module should probably be able to handle versioning here.
The text was updated successfully, but these errors were encountered:
Howdi,
I just noticed that
GridFieldEditableColumns
only callswrite()
inGridFieldEditableColumns::handleSave()
.Having versioned items in a GridField will cause them to be changed/draft. The module should probably be able to handle versioning here.
The text was updated successfully, but these errors were encountered: