mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
1. Make Unlogged switch in table as read only.
2. Fix a console warning when saving node data. Fixes #6778
This commit is contained in:
committed by
Akshay Joshi
parent
787a441343
commit
08706ba6b2
@@ -708,7 +708,7 @@ export default class TableSchema extends BaseUISchema {
|
||||
},{
|
||||
id: 'relpersistence', label: gettext('Unlogged?'), cell: 'switch',
|
||||
type: 'switch', mode: ['properties', 'create', 'edit'],
|
||||
disabled: obj.inSchemaWithModelCheck,
|
||||
readonly: obj.inSchemaWithModelCheck,
|
||||
group: 'advanced',
|
||||
},{
|
||||
id: 'conname', label: gettext('Primary key'), cell: 'text',
|
||||
|
||||
Reference in New Issue
Block a user