Auto-close the date picker when selecting a role expiry date. Fixes #1327

pull/3/head
Surinder Kumar 2016-06-10 17:13:06 +01:00 committed by Dave Page
parent 1783e040e6
commit c331b514a9
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@ function($, _, S, pgAdmin, pgBrowser, alertify, Backform) {
id: 'rolvaliduntil', disabled: 'readonly', type: 'text',
group: '{{ _('Definition') }}', label: '{{ _('Account Expires') }}',
cell: 'string', mode: ['properties', 'edit', 'create'], retype: true,
deps: ['rolcanlogin'], options: {}, control: 'datepicker'
deps: ['rolcanlogin'], options: { autoclose: true }, control: 'datepicker'
},{
id: 'rolconnlimit', type: 'int', group: '{{ _('Definition') }}',
label: '{{ _('Connection Limit') }}', cell: 'number',