Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-Core
Commits
2ead9fc3
Commit
2ead9fc3
authored
1 year ago
by
Jonathan Weth
Browse files
Options
Downloads
Plain Diff
Merge branch '906-mini-aleksis-still-spawns-when-impersonation-is-ended' into 'master'
Resolve "Mini-AlekSIS still spawns when impersonation is ended" Closes
#906
See merge request
!1383
parents
49be0051
27efe955
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1383
Resolve "Mini-AlekSIS still spawns when impersonation is ended"
Pipeline
#163696
failed
1 year ago
Stage: prepare
Stage: test
Stage: build
Stage: publish
Stage: docker
Stage: deploy
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
aleksis/core/frontend/components/LegacyBaseTemplate.vue
+5
-2
5 additions, 2 deletions
aleksis/core/frontend/components/LegacyBaseTemplate.vue
with
5 additions
and
2 deletions
aleksis/core/frontend/components/LegacyBaseTemplate.vue
+
5
−
2
View file @
2ead9fc3
...
...
@@ -117,8 +117,11 @@ export default {
newRoute
.
path
.
charAt
(
path
.
length
-
1
)
!==
"
/
"
?
newRoute
.
path
+
"
/
"
:
newRoute
.
path
;
if
(
path
!==
routePath
)
{
// If the current iFrame path does not start with the /django prefix – which should not be the case – add it
if
(
path
!==
routePath
||
!
this
.
getIFrameURL
().
pathname
.
startsWith
(
"
/django
"
)
)
{
this
.
$refs
.
contentIFrame
.
contentWindow
.
location
=
"
/django
"
+
this
.
$route
.
path
+
this
.
queryString
;
}
else
{
...
...
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