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
We're creating a data model for tracking changes in an ownership graph via silverstripe/silverstripe-versioned#195. This data model needs to be exposed to the UI consistently to be useful
Acceptance Criteria
When changing a (direct or indirect) owned relationship, the owner is marked as changed wherever this change indicator already exists: Tree icons, Tree labels, GridField lists, GridField detail forms, search results, files
The change computation does not significantly impact the UI loading times
The change computation affects which UI actions are available (e.g. "rollback" button in pages section)
Where feasible, change indicators are calculated in batch to reduce the number of queries required
The text was updated successfully, but these errors were encountered:
Overview
We're creating a data model for tracking changes in an ownership graph via silverstripe/silverstripe-versioned#195. This data model needs to be exposed to the UI consistently to be useful
Acceptance Criteria
The text was updated successfully, but these errors were encountered: