pgadmin4/web/pgadmin/static/js/SchemaView
Ashesh Vashi b0cd028ff8
Fixed an issue introduced due to reloading of the tree due to changes in particular preferences (#7942)
* Fix an issue - when the object browser tree is being recreated due to reloading for changes in some of the preferences. Tree object returns object from the previous instance as 'selected', but - it does not have the 'treeNodeInfo' available. In this special case - we would consider that there is no node selected at that particular moment, and pass information accordingly.

* Fixed 'New Connection' dialog issue after connecting a disconnected server.

* Disable the 'Add' button in the GridHeader with form, when 'canAdd'
flag is set to false.

* Convert the access path to string array for correct comparision.

* Check the access path type before comparison.
When language is 'c', set the 'code' block read-only.

* Enabled 'Strict' control for EPAS >= 95
2024-09-18 20:55:01 +05:30
..
DataGridView Fixed an issue introduced due to reloading of the tree due to changes in particular preferences (#7942) 2024-09-18 20:55:01 +05:30
SchemaState Fixed an issue introduced due to reloading of the tree due to changes in particular preferences (#7942) 2024-09-18 20:55:01 +05:30
hooks Fixed an issue introduced due to reloading of the tree due to changes in particular preferences (#7942) 2024-09-18 20:55:01 +05:30
options Improved the extendability of the SchemaView and DataGridView. (#7876) 2024-09-09 14:27:31 +05:30
utils Don't show 'Types of objects' for the 'Cluster' operation. Fixes #7884 2024-09-18 07:48:09 +05:30
DepListener.js Improved the extendability of the SchemaView and DataGridView. (#7876) 2024-09-09 14:27:31 +05:30
FieldControl.jsx Improved the extendability of the SchemaView and DataGridView. (#7876) 2024-09-09 14:27:31 +05:30
FieldSetView.jsx Fixes issues #7884 2024-09-16 17:55:43 +05:30
FormLoader.jsx Improved the extendability of the SchemaView and DataGridView. (#7876) 2024-09-09 14:27:31 +05:30
FormView.jsx Don't show 'Types of objects' for the 'Cluster' operation. Fixes #7884 2024-09-18 07:48:09 +05:30
InlineView.jsx Fixes issues #7884 2024-09-16 17:55:43 +05:30
MappedControl.jsx Fixes issues #7884 2024-09-16 17:55:43 +05:30
ResetButton.jsx All the issues are fixed reported in #7884 2024-09-11 12:21:41 +05:30
SQLTab.jsx Improved the extendability of the SchemaView and DataGridView. (#7876) 2024-09-09 14:27:31 +05:30
SaveButton.jsx Improved the extendability of the SchemaView and DataGridView. (#7876) 2024-09-09 14:27:31 +05:30
SchemaDialogView.jsx Don't show 'Types of objects' for the 'Cluster' operation. Fixes #7884 2024-09-18 07:48:09 +05:30
SchemaPropertiesView.jsx Improved the extendability of the SchemaView and DataGridView. (#7876) 2024-09-09 14:27:31 +05:30
SchemaView.jsx Improved the extendability of the SchemaView and DataGridView. (#7876) 2024-09-09 14:27:31 +05:30
StyledComponents.jsx Improved the extendability of the SchemaView and DataGridView. (#7876) 2024-09-09 14:27:31 +05:30
base_schema.ui.js All the issues are fixed reported in #7884 2024-09-11 12:21:41 +05:30
common.js Improved the extendability of the SchemaView and DataGridView. (#7876) 2024-09-09 14:27:31 +05:30
index.jsx Improved the extendability of the SchemaView and DataGridView. (#7876) 2024-09-09 14:27:31 +05:30
registry.js Improved the extendability of the SchemaView and DataGridView. (#7876) 2024-09-09 14:27:31 +05:30