mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Entity select widget improvements
The IPA.entity_select_widget has been modified into a searchable and editable drop down list. The base functionality has been extracted into IPA.combobox_widget. Ticket #1361
This commit is contained in:
committed by
Adam Young
parent
95901bbdb5
commit
571274e978
@@ -102,13 +102,14 @@ IPA.entity_factories.host = function () {
|
||||
}).
|
||||
standard_association_facets().
|
||||
adder_dialog({
|
||||
width:500,
|
||||
width: 400,
|
||||
height: 250,
|
||||
fields:[
|
||||
{
|
||||
factory:IPA.entity_select_widget,
|
||||
factory: IPA.entity_select_widget,
|
||||
name: 'fqdn',
|
||||
field_name:'idnsname',
|
||||
entity: 'dnszone',
|
||||
other_entity: 'dnszone',
|
||||
other_field: 'idnsname',
|
||||
label: IPA.messages.objects.service.host,
|
||||
editable: true,
|
||||
undo: false
|
||||
|
||||
Reference in New Issue
Block a user