#877 (3)
This commit is contained in:
parent
7efd4c87cc
commit
cd957427cf
1 changed files with 1 additions and 1 deletions
|
|
@ -1318,7 +1318,7 @@ namespace BMA.EHR.Placement.Service.Controllers
|
||||||
profile.nodeId = null;
|
profile.nodeId = null;
|
||||||
profile.posmasterId = null;
|
profile.posmasterId = null;
|
||||||
profile.positionId = null;
|
profile.positionId = null;
|
||||||
profile.Draft = false;
|
profile.Draft = null;
|
||||||
profile.typeCommand = null;
|
profile.typeCommand = null;
|
||||||
profile.PlacementStatus = "UN-CONTAIN";
|
profile.PlacementStatus = "UN-CONTAIN";
|
||||||
_context.SaveChanges();
|
_context.SaveChanges();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue