mattermost-community / mattermost-plugin-custom-attributes

Mattermost plugin for adding custom attributes to users!
Apache License 2.0
46 stars 23 forks source link

Admin Config: Implement a Groups UI Picker #28

Open marianunez opened 4 years ago

marianunez commented 4 years ago

When configuring a custom attribute in the System Console, you must provide the group ids in a simple text box. Implement a picker that can allow the user to search by group name and select based on a filtered list (like it currently does with the users).


LDAP Groups are available in Enterprise Edition. In order to test the changes in this ticket, please open a PR as WIP first and a Mattermost Core Comitter can set up an EE server for testing.

hanzei commented 4 years ago

@marianunez What do you think about making this a HW?

hanzei commented 4 years ago

@marianunez Does this require implementing a go API to fetch the groups?

marianunez commented 4 years ago

@hanzei No, there are already the required endpoints to get and search groups here but may require adding it to mattermost-redux.