Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
SIGPUBLIC
unantes-orientation-active
Commits
2c455a36
Commit
2c455a36
authored
Apr 13, 2021
by
Julien BOUYER
Browse files
UNOTOPLYS-164 / UNOTOPLYS-166 : correction des routes des Screens
parent
614e6f9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/app/router/admin-screen.ts
View file @
2c455a36
...
...
@@ -5,13 +5,13 @@ const ScreenEditComponent = () => import('@/views/screen/screen-edit.vue');
export
default
[
{
path
:
'
/admin/form/:idForm/screen/create
'
,
path
:
'
/admin/
workspace/:idWorkspace/
form/:idForm/screen/create
'
,
name
:
'
ScreenCreateComponent
'
,
component
:
ScreenCreateComponent
,
meta
:
{
authorities
:
[
Authority
.
ADMIN
]
},
},
{
path
:
'
/admin/screen/:idScreen?/edit
'
,
path
:
'
/admin/
workspace/:idWorkspace/form/:idForm/
screen/:idScreen?/edit
'
,
name
:
'
ScreenEditComponent
'
,
component
:
ScreenEditComponent
,
meta
:
{
...
...
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