pgadmin4/web/pgadmin/browser/server_groups/servers
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
..
databases 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
pgagent Fixed violates check constraint issue when creating a pgAgent schedule. #7390 2024-04-23 17:27:11 +05:30
pgd_replication_groups Update object explorer icons for EPAS and replication related nodes 2024-05-27 12:29:38 +05:30
replica_nodes Update object explorer icons for EPAS and replication related nodes 2024-05-27 12:29:38 +05:30
resource_groups Fixed SonarQube code smell Replace the unused local variable with '_'. 2024-01-24 18:33:43 +05:30
roles Don't show 'Types of objects' for the 'Cluster' operation. Fixes #7884 2024-09-18 07:48:09 +05:30
static Fixes the Variable Schema UI issues and InlineView bug reported in #7884 2024-09-16 00:04:37 +05:30
tablespaces Fixed an issue where users could not use pgAdmin if they did not have access to the management database. #7571 2024-08-30 12:13:47 +05:30
templates Added support for viewing PGD Clusters. #7215 2024-05-20 16:54:49 +05:30
tests Fix SonarQube code smells: 2024-06-10 18:04:32 +05:30
__init__.py Fix the query tool restore connection issue on the server disconnection from the left side object explorer. #6502 2024-09-02 15:06:11 +05:30
ppas.py Fix the following SonarQube code smells: 2024-06-11 18:07:22 +05:30
types.py Fixed Typos 2024-05-23 12:52:41 +05:30
utils.py Support OIDC in OAuth2 authentication. #7839 2024-09-16 08:36:54 +05:30