pgadmin4/web/pgadmin/browser/server_groups/servers/databases/casts
Akshay Joshi 703faf3b15 Fixed following SoanrQube issues
1) Rename field "node_type" to prevent any misunderstanding/clash with field "NODE_TYPE" defined.
  2) Define a constant instead of duplicating this literal.

Solution:
  1) Rename the field "NODE_TYPE" and "COLLECTION_LABEL" to "_NODE_TYPE" and "_COLLECTION_LABEL"
  2) Declare the constant in PGChildNodeView for SQL files.
2020-07-16 19:39:55 +05:30
..
static Set input controls as read-only instead of disabled will allow tab navigation in the properties tab and also allow screen readers to read it. Fixes #4993 2020-01-31 12:37:44 +05:30
templates/casts/sql/default 1) Make folder name pluralise inside 'templates' folder and fix naming inconsistency. 2019-05-15 15:11:54 +05:30
tests Cleanup some code smells identified by SonarQube. 2020-06-10 16:42:59 +01:00
__init__.py Fixed following SoanrQube issues 2020-07-16 19:39:55 +05:30