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 a62b9c85
authored
Oct 26, 2012
by
Tuomas Riihimäki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
selected wave...
1 parent
ae85d319
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 @
a62b9c8
...
@@ -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