mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fixed: combobox stacking in service adder dialog
First select's content is displayed under second comboxes content when select is opened when second combobox is opened Bonus for: https://fedorahosted.org/freeipa/ticket/2834
This commit is contained in:
@@ -139,7 +139,8 @@ IPA.service.entity = function(spec) {
|
|||||||
],
|
],
|
||||||
editable: true,
|
editable: true,
|
||||||
size: 10,
|
size: 10,
|
||||||
required: true
|
required: true,
|
||||||
|
z_index: 2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'entity_select',
|
type: 'entity_select',
|
||||||
@@ -147,7 +148,8 @@ IPA.service.entity = function(spec) {
|
|||||||
other_entity: 'host',
|
other_entity: 'host',
|
||||||
other_field: 'fqdn',
|
other_field: 'fqdn',
|
||||||
label: IPA.messages.objects.service.host,
|
label: IPA.messages.objects.service.host,
|
||||||
required: true
|
required: true,
|
||||||
|
z_index: 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'checkbox',
|
type: 'checkbox',
|
||||||
|
|||||||
Reference in New Issue
Block a user