Skip to content

Commit

Permalink
IVYPORTAL-16892 Hide case creator info
Browse files Browse the repository at this point in the history
- Adapt for Express
  • Loading branch information
chnam-axonivy committed Aug 5, 2024
1 parent f97aa15 commit b235ae2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@
"code" : [
"import ch.ivy.addon.portalkit.enums.GlobalVariable;",
"import ch.ivy.addon.portalkit.service.GlobalSettingService;",
"String useExpressEndPage = new GlobalSettingService().findGlobalSettingValue(GlobalVariable.EXPRESS_END_PAGE);",
"String useExpressEndPage = GlobalSettingService.getInstance().findGlobalSettingValue(GlobalVariable.EXPRESS_END_PAGE);",
"",
"in.useExpressEndPage = useExpressEndPage.isEmpty()? true : Boolean.valueOf(useExpressEndPage);"
]
Expand Down

0 comments on commit b235ae2

Please sign in to comment.