Skip to content

Commit

Permalink
fix(project): Can not change Group when Create project eclipse-sw360#831
Browse files Browse the repository at this point in the history


Signed-off-by: Nguyen Phuong Nam <nam.nguyenphuong@toshiba-tsdv.com>
  • Loading branch information
nam-np committed May 5, 2020
1 parent f3ee9d9 commit dd92a9d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,9 @@ public AddDocumentRequestSummary addProject(Project project, User user) throws S
// Save creating user
project.createdBy = user.getEmail();
project.createdOn = getCreatedOn();
project.businessUnit = getBUFromOrganisation(user.getDepartment());
// remove default value init that save to database when create new project
// save value input by user
//project.businessUnit = getBUFromOrganisation(user.getDepartment());

// Add project to database and return ID
repository.add(project);
Expand Down

0 comments on commit dd92a9d

Please sign in to comment.