27027bb WebUI: Add possibility to set field always writable

2 files Authored by pvomacka 7 years ago, Committed by tkrizek 7 years ago,
    WebUI: Add possibility to set field always writable
    
    If field will have set attribute 'always_writable' to true, then
    'no_update' flag will be ingored. Used in command user-{add,remove}-certmap
    which needs to be writable in WebUI and also needs to be omitted from
    user-mod command.
    
    Part of: https://fedorahosted.org/freeipa/ticket/6601
    
    Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
    Reviewed-By: Petr Vobornik <pvoborni@redhat.com>