]> git.mxchange.org Git - jfinancials-war.git/commitdiff
Product-only:
authorRoland Häder <roland@mxchange.org>
Sat, 31 Mar 2018 14:38:55 +0000 (16:38 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 31 Mar 2018 14:38:55 +0000 (16:38 +0200)
- removed <f:selectItem> with value="#{null}" in filter selection box, was
  anoying there and no use anyway

Signed-off-by: Roland Häder <roland@mxchange.org>
web/admin/product_category/admin_product_category_list.xhtml

index a940780c074b802cf3bff61f6eeab9b98624dc11..a2d215e47f6bc03b3039bf9f8f548a8d270ae010 100644 (file)
@@ -83,7 +83,6 @@
                                                        title="#{project.FILTER_BY_MULTIPLE_PRODUCT_CATEGORIES_TITLE}"
                                                        >
                                                        <f:converter converterId="ProductCategoryConverter" />
-                                                       <f:selectItem itemValue="#{null}" itemLabel="#{msg.NONE_SELECTED}" />
                                                        <f:selectItems value="#{categoryListController.allCategories}" var="category" itemValue="#{category}" itemLabel="#{beanHelper.renderProductCategory(category)}" />
                                                </p:selectCheckboxMenu>
                                        </f:facet>