public inbox for [email protected]
help / color / mirror / Atom feed[Feature #4435] Feature request for Drag and Drop
2+ messages / 2 participants
[nested] [flat]
* [Feature #4435] Feature request for Drag and Drop
@ 2019-11-27 12:27 Fahar Abbas <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: Fahar Abbas @ 2019-11-27 12:27 UTC (permalink / raw)
To: pgadmin-hackers
Hi Hackers,
Please find the patch for Drag and Drop for all objects:
New Objects Added:
- foreign_data_wrapper
- foreign_server
- user_mapping
- compound_trigger
- index_constraint
- primary_key
- check_constraint
- exclusion_constraint
- unique_constraint
- foreign_key
- index
- rule
- collation
- domain
- domain_constraints
- fts_configuration
- fts_dictionary
- fts_parser
- fts_template
- synonym
- trigger
- trigger_function
Kind Regards,
--
Fahar Abbas
QMG
EnterpriseDB Corporation
Phone Office: +92-51-835-8874
Phone Direct: +92-51-8466803
Mobile: +92-333-5409707
Skype ID: *live:fahar.abbas*
Website: www.enterprisedb.com
Attachments:
[application/octet-stream] RM4435.patch (1.3K, 3-RM4435.patch)
download | inline diff:
diff --git a/web/pgadmin/browser/static/js/browser.js b/web/pgadmin/browser/static/js/browser.js
index 8a258478e..205f2c122 100644
--- a/web/pgadmin/browser/static/js/browser.js
+++ b/web/pgadmin/browser/static/js/browser.js
@@ -104,12 +104,15 @@ define('pgadmin.browser', [
b.treeMenu.register($('#tree'));
b.treeMenu.registerDraggableType({
- 'table partition type sequence package view mview foreign_table edbvar' : (data, item)=>{
+ 'collation domain domain_constraints fts_configuration fts_dictionary fts_parser fts_template synonym table partition type sequence package view mview foreign_table edbvar' : (data, item)=>{
return pgadminUtils.fully_qualify(b, data, item);
},
- 'schema column' : (data)=>{
+ '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' : (data)=>{
return pgadminUtils.quote_ident(data._label);
},
+ 'trigger trigger_function' : (data)=>{
+ return data._label;
+ },
'edbfunc function edbproc procedure' : (data, item)=>{
let newData = {...data},
parsedFunc = null,
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: [Feature #4435] Feature request for Drag and Drop
@ 2019-12-02 04:06 Akshay Joshi <[email protected]>
parent: Fahar Abbas <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Akshay Joshi @ 2019-12-02 04:06 UTC (permalink / raw)
To: Fahar Abbas <[email protected]>; +Cc: pgadmin-hackers
Thanks, patch applied.
On Wed, Nov 27, 2019 at 5:57 PM Fahar Abbas <[email protected]>
wrote:
> Hi Hackers,
>
> Please find the patch for Drag and Drop for all objects:
>
> New Objects Added:
>
> - foreign_data_wrapper
> - foreign_server
> - user_mapping
> - compound_trigger
> - index_constraint
> - primary_key
> - check_constraint
> - exclusion_constraint
> - unique_constraint
> - foreign_key
> - index
> - rule
> - collation
> - domain
> - domain_constraints
> - fts_configuration
> - fts_dictionary
> - fts_parser
> - fts_template
> - synonym
> - trigger
> - trigger_function
>
> Kind Regards,
> --
> Fahar Abbas
> QMG
> EnterpriseDB Corporation
> Phone Office: +92-51-835-8874
> Phone Direct: +92-51-8466803
> Mobile: +92-333-5409707
> Skype ID: *live:fahar.abbas*
> Website: www.enterprisedb.com
>
--
*Thanks & Regards*
*Akshay Joshi*
*Sr. Software Architect*
*EnterpriseDB Software India Private Limited*
*Mobile: +91 976-788-8246*
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2019-12-02 04:06 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2019-11-27 12:27 [Feature #4435] Feature request for Drag and Drop Fahar Abbas <[email protected]>
2019-12-02 04:06 ` Akshay Joshi <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox