mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-13 09:41:55 -06:00
webui: don't limit permission search in privileges
Search for privileges was limited to bindruletype==permission. There was no reason to do that. This patch removes the restriction. Related to: https://fedorahosted.org/freeipa/ticket/4079 Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
This commit is contained in:
parent
bfdf9039ce
commit
6dab9123be
@ -357,8 +357,7 @@ return {
|
||||
name: 'memberof_permission',
|
||||
facet_group: 'permission',
|
||||
add_method: 'add_permission',
|
||||
remove_method: 'remove_permission',
|
||||
search_options: { 'ipapermbindruletype': 'permission' }
|
||||
remove_method: 'remove_permission'
|
||||
}
|
||||
],
|
||||
standard_association_facets: true,
|
||||
|
Loading…
Reference in New Issue
Block a user