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
0b108dfb
Commit
0b108dfb
authored
Feb 27, 2015
by
Matija Obreza
Browse files
New jetty does not allow ${foo.class.name}, using getClass().name
parent
588336b3
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/jsp/crop/index.jsp
View file @
0b108dfb
...
...
@@ -18,7 +18,7 @@
</h1>
<security:authorize
access=
"hasRole('ADMINISTRATOR') or hasPermission(#crop, 'ADMINISTRATION')"
>
<a
href=
"
<c:url
value=
"/acl/${crop.
c
lass.name}/${crop.id}/permissions"
><c:param
name=
"back"
>
/c/${crop.shortName}
</c:param></c:url>
"
class=
"close"
>
<spring:message
code=
"edit-acl"
/></a>
<a
href=
"
<c:url
value=
"/acl/${crop.
getC
lass
()
.name}/${crop.id}/permissions"
><c:param
name=
"back"
>
/c/${crop.shortName}
</c:param></c:url>
"
class=
"close"
>
<spring:message
code=
"edit-acl"
/></a>
</security:authorize>
<div
class=
"free-text"
>
...
...
src/main/webapp/WEB-INF/jsp/oauth/detailsinfo.jsp
View file @
0b108dfb
...
...
@@ -12,7 +12,7 @@
</h1>
<security:authorize
access=
"hasRole('ADMINISTRATOR') or hasPermission(#clientDetails, 'ADMINISTRATION')"
>
<a
href=
"
<c:url
value=
"/acl/${clientDetails.
c
lass.name}/${clientDetails.id}/permissions"
><c:param
name=
"back"
>
/management/${clientDetails.clientId}/
</c:param></c:url>
"
class=
"close"
>
<spring:message
code=
"edit-acl"
/></a>
<a
href=
"
<c:url
value=
"/acl/${clientDetails.
getC
lass
()
.name}/${clientDetails.id}/permissions"
><c:param
name=
"back"
>
/management/${clientDetails.clientId}/
</c:param></c:url>
"
class=
"close"
>
<spring:message
code=
"edit-acl"
/></a>
<a
href=
"
<c:url
value=
"/management/${clientDetails.id}/edit"
/>
"
class=
"close"
>
<spring:message
code=
"edit"
/>
</a>
...
...
src/main/webapp/WEB-INF/jsp/wiews/details.jsp
View file @
0b108dfb
...
...
@@ -44,7 +44,7 @@
<div
class=
""
>
<security:authorize
access=
"hasRole('ADMINISTRATOR') or hasPermission(#faoInstitute, 'ADMINISTRATION')"
>
<a
href=
"
<c:url
value=
"/acl/${faoInstitute.
c
lass.name}/${faoInstitute.id}/permissions"
><c:param
name=
"back"
>
/wiews/${faoInstitute.code}
</c:param></c:url>
"
class=
"close"
>
<spring:message
code=
"edit-acl"
/></a>
<a
href=
"
<c:url
value=
"/acl/${faoInstitute.
getC
lass
()
.name}/${faoInstitute.id}/permissions"
><c:param
name=
"back"
>
/wiews/${faoInstitute.code}
</c:param></c:url>
"
class=
"close"
>
<spring:message
code=
"edit-acl"
/></a>
<a
href=
"
<c:url
value=
"/wiews/${faoInstitute.code}/edit"
/>
"
class=
"close"
>
<spring:message
code=
"edit"
/>
</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