Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
arsnova-lite
Manage
Activity
Members
Labels
Plan
Issues
24
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
Show more breadcrumbs
ARSnova
arsnova-lite
Merge requests
!66
Resolve "Fix - AppRouting"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Fix - AppRouting"
80-fix-approuting
into
master
Overview
1
Commits
9
Pipelines
5
Changes
8
Merged
Hagen Dreßler
requested to merge
80-fix-approuting
into
master
7 years ago
Overview
1
Commits
9
Pipelines
5
Changes
1
Expand
Testing
check all routes -> try all paths, functions and check if you are on the right path
!65 (closed)
related, corrupted Closes
#80 (closed)
Edited
7 years ago
by
Hagen Dreßler
0
0
Merge request reports
Compare
version 1
version 5
d4c50aff
7 years ago
version 4
7edf3357
7 years ago
version 3
5e06c2d3
7 years ago
version 2
809c078f
7 years ago
version 1
9af04475
7 years ago
master (base)
and
version 2
latest version
bcd65209
9 commits,
7 years ago
version 5
d4c50aff
8 commits,
7 years ago
version 4
7edf3357
7 commits,
7 years ago
version 3
5e06c2d3
6 commits,
7 years ago
version 2
809c078f
6 commits,
7 years ago
version 1
9af04475
5 commits,
7 years ago
Show latest version
1 file
+
1
−
1
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/app/room-list/room-list.component.ts
+
1
−
1
Options
@@ -24,7 +24,7 @@ export class RoomListComponent implements OnInit {
}
getPath
()
{
if
(
this
.
authenticationService
.
getRole
()
==
UserRole
.
CREATOR
)
{
if
(
this
.
authenticationService
.
getRole
()
==
=
UserRole
.
CREATOR
)
{
this
.
baseUrl
=
'
creator
'
;
}
else
{
this
.
baseUrl
=
'
participant
'
;