Fixed flickering issue of the input box on check constraints. Fixes #6107

This commit is contained in:
Rahul Shirsat
2021-04-12 12:34:36 +05:30
committed by Akshay Joshi
parent 9853d8bfd6
commit f07463024c
2 changed files with 3 additions and 1 deletions

View File

@@ -103,7 +103,8 @@ define('pgadmin.node.check_constraint', [
// Check Constraint Schema
schema: [{
id: 'name', label: gettext('Name'), type:'text', cell:'string',
readonly: 'isReadonly',
mode: ['properties', 'create', 'edit'], editable:true,
cellHeaderClasses:'width_percent_40',
},{
id: 'oid', label: gettext('OID'), cell: 'string',
type: 'text' , mode: ['properties'],