0b76ba8 Add support for additional options taken from table facet

1 file Authored by pvomacka 7 years ago, Committed by mbabinsk 7 years ago,
    Add support for additional options taken from table facet
    
    Sometimes the entity_show command must be called with options which are gathered
    from result of entity_find command. These options needs to be passed as
    arguments in URL which points to details page.
    
    This functionality is implemented to table facet. There is new property
    'additional_navigation_arguments' which is prepared for array of attributes
    which will be passed to URL.
    
    Part of: https://fedorahosted.org/freeipa/ticket/6238
    
    Reviewed-By: Petr Vobornik <pvoborni@redhat.com>