mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Remove the max length of 255 from password exec command in server configuration dialog. #6877
This commit is contained in:
@@ -335,7 +335,7 @@ export default class ServerSchema extends BaseUISchema {
|
||||
},
|
||||
{
|
||||
id: 'passexec_cmd', label: gettext('Password exec command'), type: 'text',
|
||||
group: gettext('Advanced'),
|
||||
group: gettext('Advanced'), controlProps: {maxLength: null},
|
||||
mode: ['properties', 'edit', 'create'],
|
||||
disabled: pgAdmin.server_mode == 'True',
|
||||
},
|
||||
|
||||
@@ -33,7 +33,7 @@ import config
|
||||
#
|
||||
##########################################################################
|
||||
|
||||
SCHEMA_VERSION = 37
|
||||
SCHEMA_VERSION = 38
|
||||
|
||||
##########################################################################
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user