pgAdmin 4 commit: Remove the support of the 'Move object to another tab

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Remove the support of the 'Move object to another tab
Date: 2022-01-21 14:09:35
Message-ID: E1nAubf-0004OY-W9@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Remove the support of the 'Move object to another tablespace' feature.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=41bcce09ce08115903567afe106b89eea8f3a352
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/images/move_objects_general.png | Bin 33855 -> 0 bytes
docs/en_US/images/move_objects_sql.png | Bin 33081 -> 0 bytes
docs/en_US/managing_cluster_objects.rst | 1 -
docs/en_US/move_objects.rst | 65 ------
.../tables/partitions/static/js/partition.ui.js | 12 +-
.../server_groups/servers/tablespaces/__init__.py | 71 ------
.../servers/tablespaces/static/js/tablespace.js | 245 +--------------------
.../tablespaces/sql/9.2_plus/move_objects.sql | 21 --
.../tablespaces/sql/default/move_objects.sql | 21 --
9 files changed, 8 insertions(+), 428 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-01-21 14:11:44 Re: [pgAdmin]: Remove "Move objects to..." option from tablespaces sub-node
Previous Message Nikhil Mohite 2022-01-21 13:45:59 Re: [pgAdmin]: Remove "Move objects to..." option from tablespaces sub-node