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 would like to see the default ui grouped by the transaction hash so that it can show what was inserted/updated alongside related associations/dissociation's in one single view, this is closer to how users think about the change since the entity is modified alongside it's relations in one single action.
Something like this:
OrderEntity#1 has been updated by UserFoo
Attribute
Old Value
New Value
date
2022-05-01
2022-06-03
orderLines
OrderLineEntity#1, OrderLineEntity#2
OrderLineEntity#1
OrderEntity#1 has been inserted by UserFoo
Attribute
Old Value
New Value
date
null
2022-05-01
orderLines
null
OrderLineEntity#1, OrderLineEntity#2, ....
The text was updated successfully, but these errors were encountered:
I would like to see the default ui grouped by the transaction hash so that it can show what was inserted/updated alongside related associations/dissociation's in one single view, this is closer to how users think about the change since the entity is modified alongside it's relations in one single action.
Something like this:
The text was updated successfully, but these errors were encountered: