mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-22 00:37:36 -06:00
Do not allow to edit data from the properties dialog
This commit is contained in:
parent
45596dffa0
commit
a1170c4c82
@ -447,6 +447,7 @@
|
||||
visible: evalASFunc(s.show),
|
||||
// This can be disabled in some cases (if not hidden)
|
||||
disabled: (mode == 'properties' ? true : evalASFunc(s.disabled)),
|
||||
editable: (mode == 'properties' ? false : evalASFunc(s.disabled)),
|
||||
subnode: (_.isString(s.model) && s.model in pgBrowser.Nodes) ?
|
||||
pgBrowser.Nodes[s.model].model : s.model,
|
||||
canAdd: (mode == 'properties' ? false : evalASFunc(s.canAdd)),
|
||||
|
Loading…
Reference in New Issue
Block a user