dc-sics / hopsworks

HopsWorks - Hadoop for Humans
http://www.hops.io
MIT License
116 stars 26 forks source link

Create project does not return ID #947

Open fabiankirstein opened 6 years ago

fabiankirstein commented 6 years ago

I have extended the project controller: https://github.com/aegisbigdata/hopsworks/blob/extended-metadata/hopsworks-web/yo/app/scripts/controllers/projectCreatorCtrl.js

In line 124 the project data is needed for an external service, but the callback does not include the ID of the project. So the API does not return this information. Is it possible to add this?