Commit 325d4e73 authored by Vijay Chaitanya's avatar Vijay Chaitanya Committed by tdutta-nisum-com

Mt 98 domain changes (#58)

* update code changes

* changes done for saving with Id and Name

* changes done for response for UI

* MT-79 code fix
parent 9b203e2a
......@@ -183,7 +183,7 @@ public class ProjectServiceImpl implements ProjectService {
for (ProjectTeamMate emp : employeeDetails) {
//emp.setManagerId(projectDB.getManagerId());
//emp.setManagerName(projectDB.getManagerName());
emp.setaccountId(projectDB.getAccountId());
emp.setAccountId(projectDB.getAccountId());
emp.setProjectName(projectDB.getProjectName());
//MT-79:Maintatin the managerids in List
// emp.setManagerIds(projectDB.getManagerIds());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment