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 recently had to create my own 'updateDexterity' method in order to store relations on some additional schema types, I've had to override the @@updateLinkIntegrityInformation view to call my own custom method, rather than the 'modifiedDexterity' as you have hard-coded in the python file.
Would there be a neater way to configure the modifiedDexterity method as the designated update method to manage the updated relations?
I recently had to create my own 'updateDexterity' method in order to store relations on some additional schema types, I've had to override the @@updateLinkIntegrityInformation view to call my own custom method, rather than the 'modifiedDexterity' as you have hard-coded in the python file.
Would there be a neater way to configure the modifiedDexterity method as the designated update method to manage the updated relations?
See: https://github.com/plone/plone.app.linkintegrity/blob/master/plone/app/linkintegrity/configure.zcml#L34
https://github.com/plone/plone.app.linkintegrity/blob/master/plone/app/linkintegrity/browser/update.py#L83
The text was updated successfully, but these errors were encountered: