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
As a user, I want to quickly add some column/filter of another field to be shown in the list view for my individual needs.
Objective
With #2067 / #2177 we implemented an Admin UI feature to edit the config of list views (which is stored in the database and used for all users). In some cases users also want to just temporarily, locally change the details of the displayed list, however. This issue is about allowing this to an individual user.
Proposed Solutions & Alternatives
When just changing the selection for me as an individual user:
indicate somehow that this is a custom selection?
allow to go back to the pre-defined columnGroup tabs in their original state?
--> automatically create a new "custom view" columnGroup tab when the user changes some displayed column. All default columnGroups are still available to select in their original state and the user can also switch back to the custom selected columns if they are persisted locally
❓ what about filters, which are "global" for all tabs of the list view?
Implementation step
Show the menu of all fields of the entity for a user to toggle display on/off. (--> use EntityFieldsMenuComponent and follow a similar approach to AdminEntityListComponent)
Show a similar menu of all fields to toggle filter components for fields.
Automatically store the current, individual selection of fields on the device (like saving of pagination settings), so that a user can come back to the view they have adjusted for themselves.
The text was updated successfully, but these errors were encountered:
As a user, I want to quickly add some column/filter of another field to be shown in the list view for my individual needs.
Objective
With #2067 / #2177 we implemented an Admin UI feature to edit the config of list views (which is stored in the database and used for all users). In some cases users also want to just temporarily, locally change the details of the displayed list, however. This issue is about allowing this to an individual user.
Proposed Solutions & Alternatives
When just changing the selection for me as an individual user:
Implementation step
EntityFieldsMenuComponent
and follow a similar approach toAdminEntityListComponent
)The text was updated successfully, but these errors were encountered: