Added ability to unlock Corrective Actions when locked for editing.
This commit is contained in:
@ -213,6 +213,7 @@ namespace Fab2ApprovalSystem.Models
|
||||
public DateTime? ApprovedDate { get; set; }
|
||||
public bool RecordLockIndicator { get; set; }
|
||||
public int RecordLockedBy { get; set; }
|
||||
public string RecordLockByName { get; set; }
|
||||
public bool RecordLocked { get; set; }
|
||||
public DateTime RecordLockedDate { get; set; }
|
||||
public DateTime LastUpdateDate { get; set; }
|
||||
|
Reference in New Issue
Block a user