Details
-
Fix
-
Status: Approved (View Workflow)
-
Minor
-
Resolution: Fixed
-
2.7.3
-
None
-
None
Description
Current Behavior:
When renaming a "Tag Group," the following error is raised:
com.sos.commons.hibernate.exception.SOSHibernateObjectOperationStaleStateException: Row was updated or deleted by another transaction (or unsaved-value mapping was incorrect) : [com.sos.joc.db.inventory.DBItemInventoryTagGroup#0] [DBItemInventoryTagGroup[id=0,name=test1,ordering=1,modified=2025-03-28 09:52:36]]
Desired Behavior:
When renaming a "Tag Group", the operation should complete successfully without raising any errors.