Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Antti Väyrynen
/
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 59314864
authored
May 26, 2015
by
Tuukka Kivilahti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
this is bug I think
1 parent
be84470d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
code/moya-beans/ejbModule/fi/codecrew/moya/beans/map/QueueBean.java
code/moya-beans/ejbModule/fi/codecrew/moya/beans/map/QueueBean.java
View file @
5931486
...
...
@@ -212,7 +212,7 @@ public class QueueBean implements QueueBeanLocal {
}
@Lock
(
LockType
.
READ
)
@RolesAllowed
(
MapPermission
.
S_MANAGE_MAPS
)
@RolesAllowed
(
{
MapPermission
.
S_MANAGE_MAPS
,
MapPermission
.
S_BUY_PLACES
}
)
@Override
public
MapQueue
getMapQueue
(
EventMap
map
)
{
return
getMapque
(
map
);
...
...
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