Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-webui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-webui
Commits
46f5e5d5
Commit
46f5e5d5
authored
1 year ago
by
Henrik tom Wörden
Browse files
Options
Downloads
Patches
Plain Diff
FIX: allow webui to be used again
parent
bdf8a063
Branches
Branches containing commit
No related tags found
1 merge request
!118
F linkahead rename
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build.properties.d/00_default.properties
+1
-1
1 addition, 1 deletion
build.properties.d/00_default.properties
misc/merge_js.sh
+1
-1
1 addition, 1 deletion
misc/merge_js.sh
with
2 additions
and
2 deletions
build.properties.d/00_default.properties
+
1
−
1
View file @
46f5e5d5
...
@@ -60,7 +60,7 @@ BUILD_MODULE_LEGACY_MAP=ENABLED
...
@@ -60,7 +60,7 @@ BUILD_MODULE_LEGACY_MAP=ENABLED
BUILD_MODULE_EXT_FILE_UPLOAD
=
ENABLED
BUILD_MODULE_EXT_FILE_UPLOAD
=
ENABLED
BUILD_MODULE_USER_MANAGEMENT
=
ENABLED
BUILD_MODULE_USER_MANAGEMENT
=
ENABLED
BUILD_MODULE_USER_MANAGEMENT_CHANGE_OWN_PASSWORD_REALM
=
LinkAhead
BUILD_MODULE_USER_MANAGEMENT_CHANGE_OWN_PASSWORD_REALM
=
CaosDB
BUILD_MODULE_EXT_RESOLVE_REFERENCES
=
ENABLED
BUILD_MODULE_EXT_RESOLVE_REFERENCES
=
ENABLED
BUILD_EXT_REFERENCES_CUSTOM_RESOLVER
=
linkahead_default_person_reference
BUILD_EXT_REFERENCES_CUSTOM_RESOLVER
=
linkahead_default_person_reference
...
...
This diff is collapsed.
Click to expand it.
misc/merge_js.sh
+
1
−
1
View file @
46f5e5d5
...
@@ -75,7 +75,7 @@ _create_jsheader () {
...
@@ -75,7 +75,7 @@ _create_jsheader () {
<!-- THIS FILE IS AUTO-GENERATED BY THE merge_js.sh SCRIPT -->
<!-- THIS FILE IS AUTO-GENERATED BY THE merge_js.sh SCRIPT -->
<xsl:stylesheet version=
\"
1.0
\"
xmlns:xsl=
\"
http://www.w3.org/1999/XSL/Transform
\"
>
<xsl:stylesheet version=
\"
1.0
\"
xmlns:xsl=
\"
http://www.w3.org/1999/XSL/Transform
\"
>
<xsl:output method=
\"
html
\"
/>
<xsl:output method=
\"
html
\"
/>
<xsl:template name=
\"
linkahead
-head-js
\"
>
<xsl:template name=
\"
caosdb
-head-js
\"
>
<script>
<script>
window.sessionStorage.caosdbBasePath =
\"
<xsl:value-of select=
\"\$
basepath
\"
/>
\"
;
window.sessionStorage.caosdbBasePath =
\"
<xsl:value-of select=
\"\$
basepath
\"
/>
\"
;
</script>
</script>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment