Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Riina Antikainen
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit b410b4bd
authored
May 09, 2015
by
Tuomas Riihimäki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Got to admins user editing from queuemgmt instead of users user editing
1 parent
73610f59
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
code/moya-web/WebContent/neomap/quemgmt.xhtml
code/moya-web/WebContent/neomap/quemgmt.xhtml
View file @
b410b4b
...
...
@@ -48,7 +48,7 @@
<h2>
Currently reserving
</h2>
<p:dataTable
var=
"u"
value=
"#{queueManageView.userReserving}"
>
<p:column>
<p:link
outcome=
"/user/edit"
value=
"#{u.user.user.login}"
>
<p:link
outcome=
"/user
admin
/edit"
value=
"#{u.user.user.login}"
>
<f:param
name=
"userid"
value=
"#{u.user.user.id}"
/>
</p:link>
</p:column>
...
...
@@ -70,7 +70,7 @@
Queue size: #{queueManageView.userQueue.rowCount}
<br
/>
<p:dataTable
var=
"u"
value=
"#{queueManageView.userQueue}"
>
<p:column>
<p:link
outcome=
"/user/edit"
value=
"#{u.user.user.login}"
>
<p:link
outcome=
"/user
admin
/edit"
value=
"#{u.user.user.login}"
>
<f:param
name=
"userid"
value=
"#{u.user.user.id}"
/>
</p:link>
</p:column>
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment