summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/automembergroup_default_group_set.json
Commit message (Collapse)AuthorAgeFilesLines
* Automember UI - default groupsPetr Voborník2012-02-071-0/+16
In this patch was implemented and added a control for defining default automember groups. There is a difference from UXD spec. In the spec the control was placed below table in the search facet. This was not working well with the combobox in the control. Open combobox requires some space below it. As it was placed at the bottom of the page it created unwanted blank space and forced showing scrollbars. Moving the control above the table solves the problem without rewriting combobox logic. It can be rewritten and moved down later. https://fedorahosted.org/freeipa/ticket/2195