pgAdmin 4 commit: Rename the SecurityGroupUnderSchema to SecurityGroupS

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Rename the SecurityGroupUnderSchema to SecurityGroupS
Date: 2017-09-11 07:44:26
Message-ID: E1drJOM-00015P-Km@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Rename the SecurityGroupUnderSchema to SecurityGroupSchema, and
redefined in the database (instead of schema) javascript module, as it
is also used by the foreign-server node too.

Reported by: Neel Patel

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ac2512799e75eebc7612ee9ebe0ffd0841f25912

Modified Files
--------------
.../foreign_servers/static/js/foreign_server.js | 2 +-
.../servers/databases/schemas/domains/static/js/domain.js | 2 +-
.../schemas/foreign_tables/static/js/foreign_table.js | 2 +-
.../databases/schemas/functions/static/js/function.js | 2 +-
.../schemas/functions/static/js/trigger_function.js | 2 +-
.../databases/schemas/sequences/static/js/sequence.js | 2 +-
.../servers/databases/schemas/static/js/schema.js | 14 --------------
.../databases/schemas/tables/column/static/js/column.js | 2 +-
.../schemas/tables/partitions/static/js/partition.js | 2 +-
.../servers/databases/schemas/tables/static/js/table.js | 2 +-
.../servers/databases/schemas/types/static/js/type.js | 2 +-
.../servers/databases/schemas/views/static/js/mview.js | 2 +-
.../servers/databases/schemas/views/static/js/view.js | 2 +-
.../server_groups/servers/databases/static/js/database.js | 14 ++++++++++++++
14 files changed, 26 insertions(+), 26 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Murtuza Zabuawala 2017-09-11 07:45:39 Re: pgAdmin4 - Tree view icons for final reveiw
Previous Message Khushboo Vashi 2017-09-11 07:41:37 Re: pgAdmin4 - Tree view icons for final reveiw