window: ldap auth edit: avoid relying on the default bind property
When using a string as bind config ExtJS maps this to the property defined by the components defaultBindProperty, which is a bit to subtle for my taste. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
e1608311da
commit
58bff886fb
@ -92,7 +92,9 @@ Ext.define('Proxmox.panel.LDAPInputPanel', {
|
||||
xtype: 'proxmoxcheckbox',
|
||||
fieldLabel: gettext('Anonymous Search'),
|
||||
name: 'anonymous_search',
|
||||
bind: '{anonymous_search}',
|
||||
bind: {
|
||||
value: '{anonymous_search}',
|
||||
},
|
||||
},
|
||||
{
|
||||
xtype: 'proxmoxtextfield',
|
||||
|
Loading…
Reference in New Issue
Block a user