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 b4d815cd
authored
Apr 15, 2015
by
Tuomas Riihimäki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
find() for OrgROles is required for orgrole converter when creating organisation role request
1 parent
bd9a4f7a
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/OrgRoleBean.java
code/moya-beans/ejbModule/fi/codecrew/moya/beans/OrgRoleBean.java
View file @
b4d815c
...
@@ -84,7 +84,7 @@ public class OrgRoleBean implements OrgRoleBeanLocal {
...
@@ -84,7 +84,7 @@ public class OrgRoleBean implements OrgRoleBeanLocal {
}
}
@Override
@Override
@RolesAllowed
({
UserPermission
.
S_READ_ORGROLES
,
})
@RolesAllowed
({
UserPermission
.
S_READ_ORGROLES
,
UserPermission
.
S_REQUEST_ORGROLES
})
public
OrgRole
find
(
Integer
id
)
{
public
OrgRole
find
(
Integer
id
)
{
return
orgRoleFacade
.
find
(
id
);
return
orgRoleFacade
.
find
(
id
);
}
}
...
...
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