Skip to content

Commit 36e7bb8

Browse files
committed
LUT-26393 : Fix missing blog values in portlet blog modify feature
1 parent 3d26bfb commit 36e7bb8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

webapp/WEB-INF/templates/admin/plugins/blog/portlet/modify_portletblogs.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<!-- Portlet specific parameters -->
2-
<@input type="hidden" id="id" name="id" value="${blog_id!}" />
3-
<@input type="hidden" id="action" name="action" value="modifyBlog" />
2+
<@input type='hidden' id='id' name='id' value=blog_id! />
3+
<@input type='hidden' id='action' name='action' value='modifyBlog' />
4+
<@input type='hidden' name='edit_comment' value=edit_comment!'' />
5+
<@input type='textarea' name='html_content' value=htmlcontent!'' params='hidden' />
46
<@row>
57
<@columns sm=3>
68
<@formGroup labelFor='page_template_code' labelKey='#i18n{blog.portlet.blogsListBlogsPortlet.labelModel}' rows=2 >

0 commit comments

Comments
 (0)