Audit object was being passed as byref but getting re-instantiated within the method
This commit is contained in:
@ -401,7 +401,6 @@ public class AuditDMO {
|
||||
result.Is8DQA = "true";
|
||||
}
|
||||
|
||||
audit = GetAuditItem(issueID, userId);
|
||||
// transform audit users from string to list, delimited by a comma.
|
||||
if (audit.Auditees == null) {
|
||||
result.AuditeeNames = new List<string>();
|
||||
|
Reference in New Issue
Block a user