-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After a Domain Object is modified, composition changes are not being saved #5097
Closed
2 of 5 tasks
Labels
Comments
5 tasks
If an object is modified, the composition changes (only composition add was tested) are dropped on save. Examples
|
davetsay
changed the title
Domain object composition is sporadically not being saved
After a Domain Object is modified, composition changes are not being saved
Apr 27, 2022
15 tasks
I THINK it's fixed? Unless I didn't follow the steps correctly. :) |
Verified 05/02– Made 2 different flexible layouts and added different tables and such and everything seems to save correctly. |
e2e testing notes
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Summary
When creating new or editing an existing domain object, composition changes are sporadically not being persisted. For example, only 2 out of 3 objects added to an object will be persisted. This seems to occur more frequently with newly created objects, but has been observed occurring with previously created objects as well.
Expected vs Current Behavior
All edit actions should be persisted on the Save action.
Steps to Reproduce
Environment
Impact Check List
Additional Information
The text was updated successfully, but these errors were encountered: