mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 15:40:01 -06:00
WebUI: make Domain Resolution Order writable
Objectclass which defines the Domain Resolution Order is added to the object only after modification. Therefore before modification of object the attributelevelrights does not contain the 'domainresolutionorder' attribute and the WebUI evaluates field as not writable. 'w_if_no_aci' flag was designed to make writable those fields for which we don't have attributelevelrights. https://pagure.io/freeipa/issue/7169 Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
This commit is contained in:
parent
caed210bc2
commit
04da856256
@ -101,6 +101,7 @@ return {
|
||||
'cn',
|
||||
{
|
||||
name: 'ipadomainresolutionorder',
|
||||
flags: ['w_if_no_aci'],
|
||||
tooltip: '@mc-opt:idview_mod:ipadomainresolutionorder:doc'
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user