Skip to content

Commit 178b95f

Browse files
committed
AMP-31085: Project components improvement
1 parent 96c6c42 commit 178b95f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amp/src/main/java/org/digijava/module/trubudget/util/ProjectUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ private static String convertToISO8601AndAddDays(Date date, int daysToAdd) {
771771
public static WorkflowItemDetailsModel getWFItemDetails(AmpComponentFundingTruWF ampComponentFundingTruWF, List<AmpGlobalSettings> settings,String token) throws URISyntaxException {
772772

773773
if (ampComponentFundingTruWF!=null) {
774-
// getForSingleObjResponse now handles automatic token refresh on 401 Unauthorized
774+
// getForSingleObjResponse handles automatic token refresh on 401 Unauthorized
775775
return GenericWebClient.getForSingleObjResponse(getSettingValue(settings, "baseUrl") + String.format("api/workflowitem.viewDetails?projectId=%s&subprojectId=%s&workflowitemId=%s", ampComponentFundingTruWF.getTruProjectId(), ampComponentFundingTruWF.getTruSubprojectId(), ampComponentFundingTruWF.getTruWFId()), WorkflowItemDetailsModel.class, token)
776776
.onErrorReturn(new WorkflowItemDetailsModel()).block();
777777
}

0 commit comments

Comments
 (0)