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