-
Type:
Bug
-
Resolution: Unresolved
-
None
-
Affects Version/s: None
-
Component/s: User Management
-
High
-
When filtering for users in the user grid, the same filter was applied In the user default assignments grid so no user data was rendered there.
-
Emptyshow more show less
problem
If a user filter is set in the user administration grid, this filter apply also to the data which is used for rendering in the default assignment table.
user filter set

rendering problem in default assignment

task wizzard

solution
In the default assignment window: Investigate which store is used for the drop down, if that is a unfiltered one use that for the grid also.
In the task wizzard: investigate which stores are used for the grid and drop down.
In general this should be the way how it should be in the application:
- the store of the user management grid - should stand for its own and have its own filters - not related to other usages of users in the application
- The user stores for the here in the ticket mentioned grids and dropdowns:
- The grids should be able to render all users available to the current user - so plain /user endpoint without any additional passed filter
- The drop downs should contain all users for the current user
- That only the users are available to the current user as allowed → should be solved on backend and must be the case in any case here already!