Skip to content
GitLab
Menu
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
7defbdc2
Commit
7defbdc2
authored
Jan 18, 2016
by
Matija Obreza
Browse files
Edit/Permission links not showing on project page
parent
1364c8eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/jsp/project/view.jsp
View file @
7defbdc2
...
...
@@ -15,12 +15,12 @@
</small>
</h1>
<security:authorize
access=
"hasRole('ADMINISTRATOR') or hasPermission(#
c
ro
p
, 'ADMINISTRATION')"
>
<security:authorize
access=
"hasRole('ADMINISTRATOR') or hasPermission(#
p
ro
ject
, 'ADMINISTRATION')"
>
<a
href=
"
<c:url
value=
"/acl/${project.getClass().name}/${project.id}/permissions"
><c:param
name=
"back"
><c:url
value=
"/project/${project.code}"
/></c:param></c:url>
"
class=
"close"
>
<spring:message
code=
"edit-acl"
/>
</a>
</security:authorize>
<security:authorize
access=
"hasRole('ADMINISTRATOR') or hasRole('CONTENTMANAGER') or hasPermission(#
c
ro
p
, 'ADMINISTRATION')"
>
<security:authorize
access=
"hasRole('ADMINISTRATOR') or hasRole('CONTENTMANAGER') or hasPermission(#
p
ro
ject
, 'ADMINISTRATION')"
>
<a
href=
"
<c:url
value=
"/project/${project.code}/edit"
/>
"
class=
"close"
>
<spring:message
code=
"edit"
/>
</a>
...
...
Write
Preview
Supports
Markdown
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