Skip to content

Commit

Permalink
pref:插件国际化properties文件value值支持引入文件 TencentBlueKing#9366
Browse files Browse the repository at this point in the history
  • Loading branch information
yjieliang committed Oct 8, 2023
1 parent 30bef82 commit 556c893
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class SampleStoreFileServiceImpl : StoreFileService() {
logo = logoFlag,
fileChannelType = FileChannelTypeEnum.WEB_SHOW.name,
language = I18nUtil.getLanguage(I18nUtil.getRequestUserId()),
fileType = fileType?.fileType
fileType = fileType?.name
).data
fileUrl?.let { result[path] = fileUrl }
} else {
Expand Down

0 comments on commit 556c893

Please sign in to comment.