GraphsCrudTreePanel¶
1st, In _cxtMenuHandler : function (item),¶
In the case 'create-node',
- Change graphTree : this to true,
- Add the connection between project and dataset as we need to list all the datasets imported in the project before:
projectId : this.projectId,
- Don't forget your semi comma, please.
projectId : this.projectId,