pgadmin4/web/pgadmin/static/js/SchemaView
Aditya Toshniwal 9179b7464b Fixed following issues after React Porting:
1. Unique constraint should not allow changing values for deferrable, deferred, included columns.
2. Primary keys should not allow changing values for deferrable, deferred, included columns.
3. Foreign keys should not allow changing match type. The referenced table name is empty.
4. Exclude - Column/Expression has incorrect values.
5. Save should not be enabled when Custom auto-vacuum is enabled but none of the parameters are edited.

Fixes #6777
2021-09-23 14:46:10 +05:30
..
base_schema.ui.js Port Table, Column, Primary key, Foreign key, Check constraint, Unique constraint, Exclusion constraint. 2021-09-09 13:05:57 +05:30
DataGridView.jsx Fixed following issues after React Porting: 2021-09-23 14:46:10 +05:30
DepListener.js - Fix jasmine test cases. - Unregister listener when row removed in DataGrid. 2021-09-09 13:00:36 +05:30
FieldSetView.jsx - Focus on first tab and first element on reset. - Move formErr to state context. 2021-09-09 13:09:42 +05:30
FormView.jsx Fixed following issues after React Porting: 2021-09-23 14:46:10 +05:30
index.jsx Fixed following issues after React Porting: 2021-09-23 14:46:10 +05:30
MappedControl.jsx Integer and Numeric inputs fixes. 2021-09-09 13:09:44 +05:30