[pgadmin-org/pgadmin4] 4baae7: Ensure that name can't be empty in edit mode for P...

From: Akshay Joshi <noreply(at)github(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: [pgadmin-org/pgadmin4] 4baae7: Ensure that name can't be empty in edit mode for P...
Date: 2023-05-18 10:51:34
Message-ID: pgadmin-org/pgadmin4/push/refs/heads/master/6949b4-e2b27d@github.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: 4baae7512bf95bf396e667caf60f5f9d48601fb3
https://github.com/pgadmin-org/pgadmin4/commit/4baae7512bf95bf396e667caf60f5f9d48601fb3
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Date: 2023-05-18 (Thu, 18 May 2023)

Changed paths:
M docs/en_US/release_notes_7_2.rst
M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/index_constraint/static/js/primary_key.ui.js
M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/static/js/index.ui.js

Log Message:
-----------
Ensure that name can't be empty in edit mode for Primary Key and Index. #6204

Commit: e2b27da2efcbec242a31c2a39d895facec45f38f
https://github.com/pgadmin-org/pgadmin4/commit/e2b27da2efcbec242a31c2a39d895facec45f38f
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Date: 2023-05-18 (Thu, 18 May 2023)

Changed paths:
M docs/en_US/release_notes_7_2.rst
M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_parsers/static/js/fts_parser.js
M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/static/js/fts_template.js
M web/pgadmin/browser/server_groups/servers/databases/schemas/packages/static/js/package.js
M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/rules/static/js/rule.ui.js
M web/pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/mview.js

Log Message:
-----------
Fixed an issue where properties not visible for FTS Parsers, FTS Templates, MViews and Rules in Catalog objects. #6127

Compare: https://github.com/pgadmin-org/pgadmin4/compare/6949b41fb96e...e2b27da2efcb

Browse pgadmin-hackers by date

  From Date Subject
Next Message dependabot[bot] 2023-05-19 11:32:44 [pgadmin-org/pgadmin4] e57f06: Python dependency: Bump mini-css-extract-plugin in...
Previous Message Akshay Joshi 2023-05-18 07:57:06 [pgadmin-org/pgadmin4] 6949b4: Ensure that a new row should be added on top in th...