This commit is contained in:
@@ -142,7 +142,8 @@ namespace AyaNova.Biz
|
||||
.SingleOrDefaultAsync(z => z.Id == id);
|
||||
|
||||
//todo: set isLocked from state
|
||||
ret.IsLocked=false;
|
||||
var stat=await GetCurrentWorkOrderStatusFromRelatedAsync(BizType,ret.Id);
|
||||
ret.IsLocked=stat.Locked;
|
||||
ret.IsDirty=false;
|
||||
|
||||
if (logTheGetEvent && ret != null)
|
||||
|
||||
Reference in New Issue
Block a user