Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Max Mecklin
/
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 f22003ba
authored
Oct 26, 2012
by
Antti Tönkyrä
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dur
1 parent
e246166f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
code/LanBortalWeb/WebContent/foodadmin/listTemplates.xhtml
code/LanBortalWeb/src/fi/insomnia/bortal/web/cdiview/shop/FoodWaveView.java
code/LanBortalWeb/WebContent/foodadmin/listTemplates.xhtml
View file @
f22003b
...
...
@@ -16,7 +16,7 @@
<ui:define
name=
"content"
>
<h:dataTable
var=
"templ"
value=
"#{foodWaveVie
w.templates
}"
>
<h:dataTable
var=
"templ"
value=
"#{foodWaveVie}"
>
<h:column>
<f:facet
name=
"header"
>
<h:outputText
value=
"#{i18n['foodwaveTemplate.name']}"
/>
...
...
@@ -25,7 +25,7 @@
</h:column>
<h:column>
<h:link
value=
"LOL"
outcome=
"/foodadmin/editTemplate"
>
<f:param
value=
"#{templ.
id}
"
/>
<f:param
value=
"#{templ.
}"
name=
"id
"
/>
</h:link>
</h:column>
</h:dataTable>
...
...
code/LanBortalWeb/src/fi/insomnia/bortal/web/cdiview/shop/FoodWaveView.java
View file @
f22003b
...
...
@@ -45,6 +45,7 @@ public class FoodWaveView extends GenericCDIView {
private
Product
currentProduct
;
public
void
initTemplateList
()
{
if
(
super
.
requirePermissions
(
ShopPermission
.
LIST_USERPRODUCTS
))
{
...
...
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