mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-22 08:46:39 -06:00
Fixed an issue where drag and drop publication and subscription name in SQL editors was not working. #6086
This commit is contained in:
parent
afc28d95cf
commit
3b20cad5bb
@ -31,4 +31,5 @@ Housekeeping
|
||||
Bug fixes
|
||||
*********
|
||||
|
||||
| `Issue #6086 <https://github.com/pgadmin-org/pgadmin4/issues/6086>`_ - Fixed an issue where drag and drop publication and subscription name in SQL editors was not working.
|
||||
| `Issue #6464 <https://github.com/pgadmin-org/pgadmin4/issues/6464>`_ - Fixed an issue of the pgAdmin window size increasing each time it was reopened.
|
||||
|
@ -13,7 +13,7 @@ import { usePgAdmin } from '../BrowserComponent';
|
||||
function postTreeReady(b) {
|
||||
const draggableTypes = [
|
||||
'collation domain domain_constraints fts_configuration fts_dictionary fts_parser fts_template synonym table partition type sequence package view mview foreign_table edbvar',
|
||||
'schema column database cast event_trigger extension language foreign_data_wrapper foreign_server user_mapping compound_trigger index index_constraint primary_key unique_constraint check_constraint exclusion_constraint foreign_key rule',
|
||||
'schema column database cast event_trigger extension language foreign_data_wrapper foreign_server user_mapping compound_trigger index index_constraint primary_key unique_constraint check_constraint exclusion_constraint foreign_key rule publication subscription',
|
||||
'trigger trigger_function',
|
||||
'edbfunc function edbproc procedure',
|
||||
'coll-column'
|
||||
|
Loading…
Reference in New Issue
Block a user