mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 08:21:05 -06:00
webui: preload automember default group select list
- the reload also fixes vertical align in Firefox (input gets display='inline' style). Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
This commit is contained in:
parent
5499022782
commit
4f45e3ea92
@ -688,6 +688,7 @@ IPA.automember.default_group_widget = function(spec) {
|
|||||||
that.group_select_node = $('<div/>', { 'class': 'automember-header-control' });
|
that.group_select_node = $('<div/>', { 'class': 'automember-header-control' });
|
||||||
that.group_select.create(that.group_select_node);
|
that.group_select.create(that.group_select_node);
|
||||||
that.group_select_node.appendTo(container);
|
that.group_select_node.appendTo(container);
|
||||||
|
that.group_select.update([]); // preload groups
|
||||||
};
|
};
|
||||||
|
|
||||||
that.get_title = function() {
|
that.get_title = function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user