]> git.mxchange.org Git - jfinancials-war.git/commit
Product-only:
authorRoland Häder <roland@mxchange.org>
Wed, 28 Sep 2022 17:10:11 +0000 (19:10 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 28 Sep 2022 17:10:11 +0000 (19:10 +0200)
commite25614a295c91641c5bc209580075c147a6a2c29
tree62d866f8f39748928730c0f76c03c4041184dfb3
parent58df3c62450d54977f53186c58631ea0572f656f
Product-only:
- introduced validator JSF tags for product and category
- edit views must bypass duplicate i18n key check
- ops, had to rename wrongly named template
13 files changed:
src/java/org/mxchange/jfinancials/validator/generic_product/FinancialsGenericProductValidator.java
src/java/org/mxchange/jfinancials/validator/product_category/FinancialsProductCategoryValidator.java
web/WEB-INF/product-links.jsf.taglib.xml [deleted file]
web/WEB-INF/product.jsf.taglib.xml [new file with mode: 0644]
web/WEB-INF/templates/admin/generic_product/admin_form_generic_product_data.tpl
web/WEB-INF/templates/admin/product_category/admin_form_generic_product_data.tpl [deleted file]
web/WEB-INF/templates/admin/product_category/admin_form_product_category_data.tpl [new file with mode: 0644]
web/WEB-INF/web.xml
web/admin/generic_product/admin_generic_product_delete.xhtml
web/admin/generic_product/admin_generic_product_edit.xhtml
web/admin/generic_product/admin_generic_product_show.xhtml
web/admin/product_category/admin_product_category_edit.xhtml
web/admin/product_category/admin_product_category_list.xhtml