Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dariah
search
Commits
51c368a2
Commit
51c368a2
authored
Aug 25, 2021
by
Gradl, Tobias
Browse files
441: Fix issues related to deployment of upcoming v4-release (OPENED)
Task-Url:
#441
parent
b8a70d0b
Pipeline
#26380
passed with stage
in 39 seconds
Changes
7
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
search-ui/src/main/java/eu/dariah/de/search/config/WebConfig.java
View file @
51c368a2
...
...
@@ -55,7 +55,7 @@ public class WebConfig implements WebMvcConfigurer {
@PostConstruct
public
void
completeConfiguration
()
{
if
(
localization
.
getBaseNames
()==
null
)
{
localization
.
setBaseNames
(
"
classpath:i18n/messages"
,
"
/themes/"
+
theme
+
"/i18n/theme"
);
localization
.
setBaseNames
(
"/themes/"
+
theme
+
"/i18n/theme"
,
"classpath:i18n/messages"
);
}
}
...
...
i18n
@
864d677d
Compare
f06f1fcb
...
864d677d
Subproject commit
f06f1fcba1b7dac42a3d66d3c7a8f7465c7b92aa
Subproject commit
864d677d7792539ec5f5331a3903497e3774999d
_search-commons
@
98b4a7ae
Compare
d3f821eb
...
98b4a7ae
Subproject commit
d3f821ebc77887ef7a77fdd87425204ff1ce2023
Subproject commit
98b4a7ae99e6a01dbbfc01a3b2727d8dac7501b7
clariah-theme
@
e6a2eda5
Compare
f6e2c518
...
e6a2eda5
Subproject commit
f6e2c518948724de99b421b443b7fe6bcd3ec7a6
Subproject commit
e6a2eda558cc14639c280e7675d56eeeef76fb25
dariah-repository-theme
@
ca3a3268
Compare
2547ae40
...
ca3a3268
Subproject commit
2547ae4041a0dd3e955610572bab52b6ad02cb64
Subproject commit
ca3a326802f6611b15f3cbf333ffb74f8773f5e0
mww-theme
@
bffbb96d
Compare
acf6fd48
...
bffbb96d
Subproject commit
acf6fd4809fdcba368f93e8834f88716081c9fda
Subproject commit
bffbb96dde2114c810ead39f0f8a7f31a053f8e8
tutorial-finder-theme
@
a045dd9f
Compare
91e59705
...
a045dd9f
Subproject commit
91e5970537f44b58dbe598a7f4eee11786c42bd2
Subproject commit
a045dd9f2ce65f5005d4975f3e76dca774f411d4
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment