Add ability to sort the security users and groups tables
Hi,
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.
thx
Comments
-
Would also like to be able to select multiple users at the same time (ctrl-shift) and add them.
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,090 Neuron
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' -
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,090 Neuron
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.
-
@Turribeach
We have hundreds of analysts that need to be added so yeah seems like the API is the way to go. -
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,090 Neuron
Why not use groups? We use LDAP and all our groups are in AD (Active Directory).