Merge pull request 'B2023-117 - added check to not load the audit Info List if the Delete Satus is zero' (#161) from GeneralDebugging into Development
Merging into Development after successful code review
This commit is contained in:
commit
4a6f855bd7
@ -505,6 +505,8 @@ namespace Volian.Controls.Library
|
|||||||
//}
|
//}
|
||||||
#endregion
|
#endregion
|
||||||
#region new style
|
#region new style
|
||||||
|
// B2023-117 if DeleteStatus is zero,don't try to get Audit Info List
|
||||||
|
if (iai.DeleteStatus == 0) continue;
|
||||||
if (deletedItems == null)
|
if (deletedItems == null)
|
||||||
deletedItems = tvAudits.Nodes.Add("Deleted Items");
|
deletedItems = tvAudits.Nodes.Add("Deleted Items");
|
||||||
string strR = null;
|
string strR = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user