94a6459 WebUI: make Domain Resolution Order writable

1 file Authored by pvomacka 6 years ago, Committed by abbra 6 years ago,
    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>