public inbox for [email protected]
help / color / mirror / Atom feed[pgAdmin4] Server Groups Delete patch
2+ messages / 2 participants
[nested] [flat]
* [pgAdmin4] Server Groups Delete patch
@ 2016-04-15 19:42 Seçkin Alan <[email protected]>
2016-04-16 08:55 ` Re: [pgAdmin4] Server Groups Delete patch Dave Page <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: Seçkin Alan @ 2016-04-15 19:42 UTC (permalink / raw)
To: pgadmin-hackers
Drop server groups.
--
Seçkin ALAN
http://sckn.org
--
Sent via pgadmin-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers
Attachments:
[text/x-patch] node_js.patch (716B, 2-node_js.patch)
download | inline diff:
diff --git a/web/pgadmin/browser/templates/browser/js/node.js b/web/pgadmin/browser/templates/browser/js/node.js
index 0b52519..890c3dc 100644
--- a/web/pgadmin/browser/templates/browser/js/node.js
+++ b/web/pgadmin/browser/templates/browser/js/node.js
@@ -408,8 +408,9 @@ function($, _, S, pgAdmin, Menu, Backbone, Alertify, pgBrowser, Backform) {
},
// Delete the selected object
delete_obj: function(args, item) {
- var input = args || {};
+ var input = args || {'url':'drop'};
obj = this,
+ obj.canDrop = true
t = pgBrowser.tree,
i = input.item || item || t.selected(),
d = i && i.length == 1 ? t.itemData(i) : undefined;
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: [pgAdmin4] Server Groups Delete patch
2016-04-15 19:42 [pgAdmin4] Server Groups Delete patch Seçkin Alan <[email protected]>
@ 2016-04-16 08:55 ` Dave Page <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Dave Page @ 2016-04-16 08:55 UTC (permalink / raw)
To: Seçkin Alan <[email protected]>; +Cc: pgadmin-hackers
Thanks - patch committed.
On Friday, April 15, 2016, Seçkin Alan <[email protected]> wrote:
> Drop server groups.
>
> --
> Seçkin ALAN
> http://sckn.org
>
--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2016-04-16 08:55 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2016-04-15 19:42 [pgAdmin4] Server Groups Delete patch Seçkin Alan <[email protected]>
2016-04-16 08:55 ` Dave Page <[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