summaryrefslogtreecommitdiffstats
path: root/install/static/test/data/sudorule_add.json
Commit message (Collapse)AuthorAgeFilesLines
* Fixed action panel queriesEndi S. Dewata2010-11-221-0/+24
Previously the queries for action panel were done globally. Since each entity container has its own action panel, the queries will return multiple results. This is fixed by qualifying the query to run within the entity container. The query has also been moved into ipa_facet.get_action_panel(). Entities that do not have their own entity container (e.g. HBAC services and service groups) will need to override this method to get the action panel from the right entity container (e.g. HBAC rules). The facet.setup_views() has been renamed to facet.create_action_panel(). New test data for SUDO rules have been added.