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 f59d43f5
authored
Dec 07, 2014
by
Tuukka Kivilahti
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'neomap' into 'master'
Neomap as default map See merge request !138
2 parents
58953dce
e91ead3b
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/MenuBean.java
code/moya-beans/ejbModule/fi/codecrew/moya/beans/MenuBean.java
View file @
f59d43f
...
...
@@ -147,7 +147,7 @@ public class MenuBean implements MenuBeanLocal {
MenuNavigation
userPlaces
=
usermenu
.
addPage
(
null
,
null
);
userPlaces
.
setKey
(
"topnavi.userplaces"
);
userPlaces
.
addPage
(
menuitemfacade
.
findOrCreate
(
"/
place/placemap
"
),
MapPermission
.
VIEW
);
userPlaces
.
addPage
(
menuitemfacade
.
findOrCreate
(
"/
neomap/view
"
),
MapPermission
.
VIEW
);
userPlaces
.
addPage
(
menuitemfacade
.
findOrCreate
(
"/place/myGroups"
),
MapPermission
.
BUY_PLACES
);
userPlaces
.
addPage
(
menuitemfacade
.
findOrCreate
(
"/place/edit"
),
MapPermission
.
MANAGE_OTHERS
).
setVisible
(
false
);
...
...
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