Remove Procedures folder and update configurations
- Removed folder reference for "Procedures" in the project file. - Added `DocumentMod_Rotation` to the `Constants.vb` enum. - Replaced `NonHistStatuses` with a new `Status` class containing `NonHist` and `RelatedToFormApp` lists. - Updated `TimeLimit` in `appsettings.json` from "00:30:00" to "90.00:00:00".
This commit is contained in:
@@ -140,7 +140,7 @@
|
||||
}
|
||||
},
|
||||
"TFARegParams": {
|
||||
"TimeLimit": "00:30:00"
|
||||
"TimeLimit": "90.00:00:00"
|
||||
},
|
||||
"DbTriggerParams": {
|
||||
"Envelope": [ "TBSIG_ENVELOPE_HISTORY_AFT_INS" ],
|
||||
|
||||
Reference in New Issue
Block a user