mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure that the user should be able to change the start value of the existing sequence. Fixes #5855
This commit is contained in:
committed by
Akshay Joshi
parent
bcb2f833cd
commit
e4029cca04
@@ -143,10 +143,7 @@ define('pgadmin.node.sequence', [
|
||||
mode: ['properties', 'create', 'edit'], group: gettext('Definition'),
|
||||
},{
|
||||
id: 'start', label: gettext('Start'), type: 'int',
|
||||
mode: ['properties', 'create'], group: gettext('Definition'),
|
||||
readonly: function(m) {
|
||||
return !m.isNew();
|
||||
},
|
||||
mode: ['properties', 'create', 'edit'], group: gettext('Definition'),
|
||||
},{
|
||||
id: 'minimum', label: gettext('Minimum'), type: 'int',
|
||||
mode: ['properties', 'create', 'edit'], group: gettext('Definition'),
|
||||
|
||||
Reference in New Issue
Block a user