Skip to content

Commit c71c809

Browse files
committed
fix(ENGKNOW-2950): CONTENT_LOCATION_MANAGED renamed DATA_LOCATION and new means full parent path.
1 parent d5512f3 commit c71c809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gortools/src/main/scala/gorsat/Analysis/ForkWrite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ case class ForkWrite(forkCol: Int,
409409
session.getProjectContext.getFileReader.resolveUrl(FilenameUtils.removeExtension(linkFilePath), true)
410410

411411
// Use the nonsecure driver file reader as this is an exception from the write no links rule.
412-
val fileReader = session.getProjectContext.getSystemFileReader
412+
val fileReader = session.getProjectContext.getFileReader.unsecure()
413413

414414
LinkFile.load(fileReader.resolveUrl(linkFilePath, true).asInstanceOf[StreamSource])
415415
.appendMeta(linkFileMeta)

0 commit comments

Comments
 (0)