Project

General

Profile

GraphsCrudTreePanel

1st, In _cxtMenuHandler : function (item),

In the case 'create-node',
  1. Change graphTree : this to true,
  2. Add the connection between project and dataset as we need to list all the datasets imported in the project before: projectId : this.projectId,
  3. Don't forget your semi comma, please.

2nd, In _cxtMenuHandler : function (item),

In the case 'edit-node'
  1. Do the same thing as 1st operation
  2. Check the semi comma