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 54e3659f
authored
Feb 02, 2013
by
Tuomas Riihimäki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Backend function for previous commit
1 parent
fe527198
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
code/MoyaWeb/src/fi/codecrew/moya/web/cdiview/map/MapView.java
code/MoyaWeb/src/fi/codecrew/moya/web/cdiview/map/MapView.java
View file @
54e3659
...
@@ -45,6 +45,11 @@ public class MapView extends GenericCDIView {
...
@@ -45,6 +45,11 @@ public class MapView extends GenericCDIView {
private
static
final
Logger
logger
=
LoggerFactory
.
getLogger
(
MapView
.
class
);
private
static
final
Logger
logger
=
LoggerFactory
.
getLogger
(
MapView
.
class
);
public
void
initViewMap
()
{
super
.
requirePermissions
(
MapPermission
.
VIEW
);
}
public
boolean
canView
()
{
public
boolean
canView
()
{
return
permbean
.
hasPermission
(
MapPermission
.
VIEW
);
return
permbean
.
hasPermission
(
MapPermission
.
VIEW
);
}
}
...
...
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