Currently the tables are fixed and sorted by the order the users and groups are added. Would like to be able to sort this so I can easily see who is missing.
Even on v10 I can sort the Security Users and Security Groups screens by clicking on the column headings. I can also multi-select users and take an action on them. I am not really sure what you are asking here.
4 weeks ago
Even on v10 I can sort the Security Users and Security Groups screens by clicking on the column headings. I can also multi-select users and take an action on them. I am not really sure what you are asking here.
@Turribeach Maybe you are thinking of another UI. Under project security the tables to add users and groups are fixed. No sorting available. The UI is called 'Project security'
4 weeks ago
@Turribeach Maybe you are thinking of another UI. Under project security the tables to add users and groups are fixed. No sorting available. The UI is called 'Project security'
Right you mentioned "Project Security" so I thought you meant Administration => Security Users / Groups. I see the project ones are not sorted but you are unlikely to have that many on this screen. In any case I suggest you look at the API as you retrieve and update these permissions via the API. And if it really bothers you that much and affects your Admin overhead you could develop a Dataiku WebApp that can display project permissions in the way you want and allow for updates including multiple selection drop downs. We handle most of our permissions via the API and it's a much better solution.
4 weeks ago
Right you mentioned "Project Security" so I thought you meant Administration => Security Users / Groups. I see the project ones are not sorted but you are unlikely to have that many on this screen. In any case I suggest you look at the API as you retrieve and update these permissions via the API. And if it really bothers you that much and affects your Admin overhead you could develop a Dataiku WebApp that can display project permissions in the way you want and allow for updates including multiple selection drop downs. We handle most of our permissions via the API and it's a much better solution.