Hi,

Please find the attached patch for the same.
This is due to my precious patch.

Thanks,
Khushboo

On Fri, Jun 30, 2017 at 5:06 PM, Dave Page <dp...@pgadmin.org> wrote:

>
>
> On Fri, Jun 30, 2017 at 12:29 PM, Dave Page <dp...@pgadmin.org> wrote:
>
>>
>>
>> On Fri, Jun 30, 2017 at 12:25 PM, Dave Page <dp...@pgadmin.org> wrote:
>>
>>>
>>>
>>> On Fri, Jun 30, 2017 at 12:23 PM, Harshal Dhumal <
>>> harshal.dhu...@enterprisedb.com> wrote:
>>>
>>>>
>>>>
>>>> On Fri, Jun 30, 2017 at 4:39 PM, Dave Page <dp...@pgadmin.org> wrote:
>>>>
>>>>>
>>>>>
>>>>> On Fri, Jun 30, 2017 at 12:07 PM, Harshal Dhumal <
>>>>> harshal.dhu...@enterprisedb.com> wrote:
>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> I'm getting this wired ui issue when I launched query tool using
>>>>>> view/edit menu. Is anybody getting such issue?
>>>>>>
>>>>>
>>>>> Looks like you dragged the query tool off the main tab bar and docked
>>>>> it to the left of the browser. Did you try resetting your view?
>>>>>
>>>> I just tried again by resetting layout and opened query tool using
>>>> view/edit data -> view all rows and still getting same issue
>>>>
>>>
>>> Weird. I don't see it. Anyone else?
>>>
>>
>> I take that back; I just saw it happen in the feature tests.
>>
>
> So, further info: I see this effect with View Data, but *not* with the
> Query Tool. Could it be related to the renaming of the menu options/tabs?
>
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
diff --git a/web/pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js b/web/pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js
index 9b72a11..2096e16 100644
--- a/web/pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js
+++ b/web/pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js
@@ -379,7 +379,7 @@ define([
                 newWin.document.title = grid_title;
               });
             } else {
-              var dashboardPanel = pgBrowser.docker.findPanels('properites');
+              var dashboardPanel = pgBrowser.docker.findPanels('properties');
               var dataGridPanel = pgBrowser.docker.addPanel('frm_datagrid', wcDocker.DOCK.STACKED, dashboardPanel[0]);
 
               // Set panel title and icon

Reply via email to