Added the workcategory in WorkItem
This commit is contained in:
parent
60517f3f60
commit
40ce4ced42
@ -894,7 +894,7 @@ namespace MarcoBMS.Services.Controllers
|
||||
},
|
||||
WorkCategoryMaster = new WorkCategoryMasterMongoDB
|
||||
{
|
||||
Id = wi.ActivityId.ToString(),
|
||||
Id = wi.WorkCategoryId.ToString() ?? "",
|
||||
Name = wi.WorkCategoryMaster != null ? wi.WorkCategoryMaster.Name : "",
|
||||
Description = wi.WorkCategoryMaster != null ? wi.WorkCategoryMaster.Description : ""
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user