Skip to content

Commit

Permalink
bug/IVYPORTAL-18013-Filter-category-does-not-working-on-process-task-…
Browse files Browse the repository at this point in the history
…case-dashboard-widget-on-LE

- Add h:form to CategoryFilter and CategoryFilterColumn file
  • Loading branch information
lmluat-axonivy committed Nov 21, 2024
1 parent 3f7f6ac commit 7a1a50c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
appendTo="@(body)" dynamic="true"
styleClass="widget-configuration__category-panel #{cc.attrs.overlayCategoryStyleClass}"
onHide="$(this.targetElement).parents('.widget-configuration__category').find('.portal-cancel-button').click();">

<h:form>
<p:tree id="widget-category-filter-tree"
value="#{cc.attrs.categoryTree}" var="node"
selectionMode="checkbox"
Expand All @@ -54,7 +54,7 @@
<h:outputText value="#{node.value}" />
</p:treeNode>
</p:tree>

</h:form>
<h:panelGroup id="category-panel-footer" layout="block"
styleClass="widget-configuration__category-panel-footer">
<p:commandLink id="cancel-command" styleClass="portal-cancel-button u-mar-right-10"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
widgetVar="widget-filter-category-panel-#{cc.clientId}"
styleClass="widget-configuration__category-panel"
dismissable="false">
<h:form>
<p:tree id="widget-category-filter-tree"
value="#{widgetCategoryFilterBean.categoryTree}" var="node"
selectionMode="checkbox"
Expand All @@ -71,7 +72,7 @@
<h:outputText value="#{node.value}" />
</p:treeNode>
</p:tree>

</h:form>
<h:panelGroup id="category-panel-footer" layout="block"
styleClass="widget-configuration__category-panel-footer">
<p:commandLink id="cancel-command" styleClass="portal-cancel-button u-mar-right-10"
Expand Down

0 comments on commit 7a1a50c

Please sign in to comment.