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 f3702bb1
authored
Oct 26, 2012
by
Riku Silvola
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of codecrew.fi:bortal
2 parents
8e423aaf
a62b9c85
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
code/LanBortalWeb/src/fi/insomnia/bortal/web/cdiview/shop/FoodWaveView.java
code/LanBortalWeb/src/fi/insomnia/bortal/web/cdiview/shop/FoodWaveView.java
View file @
f3702bb
...
@@ -167,8 +167,9 @@ public class FoodWaveView extends GenericCDIView {
...
@@ -167,8 +167,9 @@ public class FoodWaveView extends GenericCDIView {
public
String
saveTemplate
()
public
String
saveTemplate
()
{
{
setTemplate
(
foodWaveBean
.
saveOrCreateTemplate
(
getTemplate
()));
template
=
foodWaveBean
.
saveOrCreateTemplate
(
getTemplate
());
selectedFoodWave
=
new
FoodWave
();
selectedFoodWave
.
setTemplate
(
template
);
return
"/foodadmin/editTemplate"
;
return
"/foodadmin/editTemplate"
;
}
}
...
...
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