Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Genesys Backend
Commits
f6b07a5c
Commit
f6b07a5c
authored
Jan 26, 2016
by
Matija Obreza
Browse files
FIXED typo causing /sel to crash
parent
eae0fbb4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/jsp/selection/index.jsp
View file @
f6b07a5c
...
...
@@ -177,7 +177,7 @@
<input
type=
"submit"
class=
"btn btn-default"
value=
"
<spring:message
code=
"userlist.disconnect"
/>
"
name=
"disconnect"
/>
<input
type=
"submit"
class=
"btn btn-default"
value=
"
<spring:message
code=
"delete"
/>
"
name=
"delete"
/>
<security:authorize
access=
"hasRole('ADMINISTRATOR') or hasPermission(#selection.userAccessionList, 'ADMINISTRAT
OR
')"
>
<security:authorize
access=
"hasRole('ADMINISTRATOR') or hasPermission(#selection.userAccessionList, 'ADMINISTRAT
ION
')"
>
<a
class=
"btn btn-default"
href=
"
<c:url
value=
"/acl/org.genesys2.server.model.impl.AccessionList/${selection.userAccessionList.id}/permissions"
><c:param
name=
"back"
><c:url
value=
"/sel"
/></c:param></c:url>
"
>
<spring:message
code=
"edit-acl"
/>
</a>
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment