a1bebde webui: refresh complex pages after modification

4 files Authored by pvoborni 5 years ago, Committed by mreznik 5 years ago,
    webui: refresh complex pages after modification
    
    Details facet for user, hosts, service, user override entities require
    complex reload as they gather information from multiple sources - e.g.
    all of them do cert-find. On update only $entity-mod is execute and its
    result doesn't have all information required for refresh of the page
    therefore some fields are missing or empty.
    
    This patch modifies the facets to do full refresh instead of default
    load and thus the pages will have all required info.
    
    https://pagure.io/freeipa/issue/5776
    
    Reviewed-By: Felipe Volpone <felipevolpone@gmail.com>
    Reviewed-By: Michal Reznik <mreznik@redhat.com>