Correction de l'URL des PDFs des kits de retouche

This commit is contained in:
FyloZ 2021-05-30 15:53:52 -04:00
parent 7e9d3b191e
commit faa98ec9c4
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ class TouchUpKitServiceImpl(
"$TOUCH_UP_KIT_FILES_PATH/$this.pdf" "$TOUCH_UP_KIT_FILES_PATH/$this.pdf"
private fun TouchUpKit.pdfUrl() = private fun TouchUpKit.pdfUrl() =
"${configService.get(ConfigurationType.INSTANCE_URL)}$TOUCH_UP_KIT_CONTROLLER_PATH/pdf?job=$project" "${configService.get(ConfigurationType.INSTANCE_URL).content}$TOUCH_UP_KIT_CONTROLLER_PATH/pdf?job=$project"
private fun cacheGeneratedFiles() = private fun cacheGeneratedFiles() =
configService.get(ConfigurationType.TOUCH_UP_KIT_CACHE_PDF).content == "true" configService.get(ConfigurationType.TOUCH_UP_KIT_CACHE_PDF).content == "true"