public inbox for [email protected]  
help / color / mirror / Atom feed
From: Akshay Joshi <[email protected]>
To: pgadmin-hackers <[email protected]>
Subject: [pgAdmin4][Patch]: RM 3697 Detached Data Output Tab (Windows) does not show Select output
Date: Tue, 29 Jan 2019 15:05:05 +0530
Message-ID: <CANxoLDc9=cePFrQKosmUjyGMfK6jR5QJBMpfG6XxdyyaL8rucQ@mail.gmail.com> (raw)

Hi Hackers,

Attached is the patch to fix RM 3697 Detached Data Output Tab (Windows)
does not show Select output. Please review it.

-- 
*Akshay Joshi*

*Sr. Software Architect *



*Phone: +91 20-3058-9517Mobile: +91 976-788-8246*


Attachments:

  [application/octet-stream] RM_3697.patch (627B, 3-RM_3697.patch)
  download | inline diff:
diff --git a/web/pgadmin/tools/sqleditor/static/js/sqleditor.js b/web/pgadmin/tools/sqleditor/static/js/sqleditor.js
index 885d02b..97a8e18 100644
--- a/web/pgadmin/tools/sqleditor/static/js/sqleditor.js
+++ b/web/pgadmin/tools/sqleditor/static/js/sqleditor.js
@@ -801,7 +801,7 @@ define('tools.querytool', [
         autoEdit: false,
       };
 
-      var $data_grid = self.$el.find('#datagrid');
+      var $data_grid = $('#datagrid');
       // Calculate height based on panel size at runtime & set it
       var grid_height = $($('#editor-panel').find('.wcFrame')[1]).height() - 35;
       $data_grid.height(grid_height);


view thread (4+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected]
  Subject: Re: [pgAdmin4][Patch]: RM 3697 Detached Data Output Tab (Windows) does not show Select output
  In-Reply-To: <CANxoLDc9=cePFrQKosmUjyGMfK6jR5QJBMpfG6XxdyyaL8rucQ@mail.gmail.com>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox