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
The save method of the DocumentService can be simplified with the new JPA model.
It is no longer correct to detach the persisted version of the Document entity.
To support correct behavior during multiple save methods on one transaction (e.g. Marty DMSPlugin with FollowUp Events) we may not detach the entity.
But the flush() call is needed to return the next new $version of the document.
The text was updated successfully, but these errors were encountered:
The save method of the DocumentService can be simplified with the new JPA model.
It is no longer correct to detach the persisted version of the Document entity.
To support correct behavior during multiple save methods on one transaction (e.g. Marty DMSPlugin with FollowUp Events) we may not detach the entity.
But the flush() call is needed to return the next new $version of the document.
The text was updated successfully, but these errors were encountered: