Re: node.js: "getView:generate_url" has explicit with_id=false

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: Radoslaw Garbacz <radoslaw(dot)garbacz(at)xtremedatainc(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)lists(dot)postgresql(dot)org>, Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>
Subject: Re: node.js: "getView:generate_url" has explicit with_id=false
Date: 2020-02-11 05:22:58
Message-ID: CAG7mmozGA1i9ZsMvtCT+-__jPy7TQ+-SJVc_gSz=9nP_CG+N-A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Tue, Feb 11, 2020 at 10:49 AM Khushboo Vashi <
khushboo(dot)vashi(at)enterprisedb(dot)com> wrote:

> Hi,
>
> On Mon, Feb 10, 2020 at 11:13 PM Radoslaw Garbacz <
> radoslaw(dot)garbacz(at)xtremedatainc(dot)com> wrote:
>
>> Hi,
>>
>> I am just getting familiar with the sources.
>>
>> As the title, when requesting node's properties the call to
>> "generate_url" has explicit "with_id=false" (node.js line 287 in "getView"
>> function), which results in the generated url not to have this node's ID
>> (just it's parent).
>>
>> What is the purpose of 'properties' on a node request, shouldn't it have
>> its ID?
>>
> ID is required to fetch the properties of any object.
> In this particular scenario, we have set the urlRoot property of the
> backbone model, so when we fetch the data, backbone will append the id to
> the urlRoot if it's available in the model.
>
We've used that for listing the properties of the objects of same/related
type in the properties tab for any collection node (i.e. Databases,
Schemas, Tables, Roles, and many more)

-- Thanks, Ashesh

>
> Ref: https://backbonejs.org/#Model-urlRoot
>
> Thanks,
> Khushboo
>
>> Would greatly appreciate some details regarding this issue.
>>
>> --
>> Best Regards,
>>
>> Radoslaw Garbacz
>> XtremeData Incorporated
>>
>

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2020-02-11 06:32:17 [pgAdmin][RM5176] Enhance debugging pgAdmin subprocesses
Previous Message Khushboo Vashi 2020-02-11 05:18:58 Re: node.js: "getView:generate_url" has explicit with_id=false