orion / freeipa

Forked from freeipa 5 years ago
Clone

7b3cb1c WebUI: Fix showing vault in selfservice view

Authored and Committed by pvomacka 7 years ago
    WebUI: Fix showing vault in selfservice view
    
    Vaults menu item was shown even when the KRA service was not installed.
    That was caused by different path to the menu item in admin's view
    and in selfservice view.
    
    The path is now set correctly for both situations. 'network_service/vault'
    for admin's view and 'vault' for selfservice view.
    
    https://pagure.io/freeipa/issue/6812
    
    Reviewed-By: Petr Vobornik <pvoborni@redhat.com>