Moved System.IO references from DMO classes to Static Helpers
Removed nugetSource from pipeline Removed more comments Created Static Classes for most DMO / Controller Classes Push ConfigurationManager.AppSettings to controller Align Tests with other Projects
This commit is contained in:
@ -53,10 +53,10 @@ public static class GlobalVars {
|
||||
Pending = 0,
|
||||
Approved = 1,
|
||||
Denied = 2,
|
||||
Waiting = 3, //waiting on other approver to approve first
|
||||
Skipped = 4, //set to this state if the original approval is no longer needed.
|
||||
ReAssigned = 5, //set to this state if current approver got reassigned
|
||||
Terminated = 6, //future use
|
||||
Waiting = 3, // waiting on other approver to approve first
|
||||
Skipped = 4, // set to this state if the original approval is no longer needed.
|
||||
ReAssigned = 5, // set to this state if current approver got reassigned
|
||||
Terminated = 6, // future use
|
||||
Closed = 7,
|
||||
Recalled = 8
|
||||
|
||||
|
Reference in New Issue
Block a user