]> git.mxchange.org Git - jfinancials-war.git/commit
Product-only:
authorRoland Häder <roland@mxchange.org>
Mon, 14 May 2018 22:49:05 +0000 (00:49 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 14 May 2018 22:53:56 +0000 (00:53 +0200)
commit2050f034a4097934f31a4fc1714322026805ec1a
tree615473ee25ba1b9a138d0cb2f47f23e13ffa47c4
parentd2afdf62a9077640feb55a4a260f85b4edda849b
Product-only:
- moved > of <ui:composition> to new line to have newly added namspaces being
  added without causing 2 lines being changed
- wrapped long JSF/PF tags having each attribute in a single line
- added size, maxValue and minValue to productUnitAmount
- onPostback has caused some side effect that values got overwritten in e.g.
  edit views
- no longer using tableStyleClass
- changed i18n strings, no need for having PRODUCT_ prefix on e.g. net/gross
  price strings
- no longer using styleClass="submit|reset"
- added process="@form" as a workaround for an exception, according to BalusC
  this is not fixing the actual application's misconfiguration (where which?)

Signed-off-by: Roland Häder <roland@mxchange.org>
12 files changed:
web/WEB-INF/product-links.jsf.taglib.xml
web/WEB-INF/product.jsf.taglib.xml
web/WEB-INF/resources/tags/admin/links/mini/generic_product/admin_generic_product_links.tpl
web/WEB-INF/resources/tags/admin/links/mini/product_category/admin_product_category_links.tpl
web/WEB-INF/resources/tags/input/panel_grid/generic_product/product_price_input_panel_grid.tpl
web/WEB-INF/templates/admin/generic_product/admin_form_product_data.tpl
web/WEB-INF/templates/admin/product_category/admin_form_category_data.tpl
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_list.xhtml
web/admin/generic_product/admin_generic_product_show.xhtml
web/admin/product_category/admin_product_category_list.xhtml