added region to commented out flags

main
Said Gedik 2023-06-13 17:11:40 +02:00
parent 2053955354
commit 62a12ee29e
1 changed files with 2 additions and 0 deletions

View File

@ -189,6 +189,7 @@ public class Change {
return totalHours; return totalHours;
} }
//#region approval flags
// /** // /**
// * Determines if the change item can be approved based on the approval status // * Determines if the change item can be approved based on the approval status
// * and the current state. // * and the current state.
@ -267,6 +268,7 @@ public class Change {
// approversOI.get(0).get(queryApprovalList.getFieldId("Approvers")).toString(); // approversOI.get(0).get(queryApprovalList.getFieldId("Approvers")).toString();
// return approvers != null ? approvers.contains(user) : false; // return approvers != null ? approvers.contains(user) : false;
// } // }
//#endregion
/** /**
* Queries and retrieves the package name based on the provided package type. * Queries and retrieves the package name based on the provided package type.