Re: [pgadmin4] Creating a new Node in ACI Tree

2018-02-26 Thread Joao De Almeida Pereira
Thanks for the stearing, I finally found out the problem. I was missing an 's' in the end of one of the names Joao On Fri, Feb 23, 2018 at 10:19 PM Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hi Joao, > > On Fri, Feb 23, 2018 at 11:23 PM, Joao De Almeida Pereira < > jdealmei

Re: [pgadmin4] Creating a new Node in ACI Tree

2018-02-23 Thread Murtuza Zabuawala
Hi Joao, On Fri, Feb 23, 2018 at 11:23 PM, Joao De Almeida Pereira < jdealmeidapere...@pivotal.io> wrote: > Hello Murtuza, > Do we have to have that present in python in order for it to work in the > javascript? > ​No, Just create a node modal in JS with sample fields like Name/Comment etc. Ther

Re: [pgadmin4] Creating a new Node in ACI Tree

2018-02-23 Thread Joao De Almeida Pereira
Hello Murtuza, Do we have to have that present in python in order for it to work in the javascript? I am asking this because we didn't saw any request to the backend trying to fetch this information. Thanks Joao On Fri, Feb 23, 2018 at 11:12 AM Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.c

Re: [pgadmin4] Creating a new Node in ACI Tree

2018-02-23 Thread Murtuza Zabuawala
Hi Joao, Just like 'nodes' & 'children' operation, You have to implement several other methods, *'obj'* - To create, update, delete & properties for External Tables Ref: ../foreign_tables/__init__.py: 193 Which will call associated methods, def create(..), def update(...), def delete(...) & def p

[pgadmin4] Creating a new Node in ACI Tree

2018-02-23 Thread Joao De Almeida Pereira
Hello Hackers, Need some pointers while creating new node on ACI Tree. In GreenPlum there is a concept of External Tables that are more or less similar to Foreign Wrappers, but different. So we started implementing a new node for it. We copied the Foreign Wrappers node and started it playing with