pgadmin4/web/pgadmin/browser
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
..
server_groups 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
static Fix server heartbeat logging error after deleting the server. #7540 2024-08-07 14:32:48 +05:30
templates/browser Add support for highlighting selection matches in the query editor. #7530 2024-07-18 17:51:20 +05:30
tests Revamp the current password saving implementation to keyring and reducing repeated OS user password prompts. #7076 2024-08-22 16:44:57 +05:30
__init__.py Fixed issue of migrating tunnel password with new master password mechanism. #7076 2024-09-09 17:38:22 +05:30
collection.py Added support for viewing PGD Clusters. #7215 2024-05-20 16:54:49 +05:30
register_browser_preferences.py Add a keyboard shortcut to close active tab panel. #6572 2024-07-17 18:19:36 +05:30
utils.py Fixed an issue where dependencies and dependents were not showing if a composite type is used as an attribute in another composite type. #7027 2024-02-21 11:18:44 +05:30