]> git.mxchange.org Git - pizzaservice-war.git/commit
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Sat, 19 Aug 2017 16:24:32 +0000 (18:24 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 19 Aug 2017 20:25:51 +0000 (22:25 +0200)
commit114f277ffebbc035eb8714d072f799a3ccc0663f
treead11f02131f5996fb217469b5d5a4029ba2cf5e9
parent977b667b22bfe87e477179a71afc19c1f61f110e
Please cherry-pick:
- renamed business_data -> business_basic_data
- renamed CONTACT_BUSINESS -> BUSINESS_BASIC_DATA and prevented double _DATA
- need to check on value, not converted email address: if e.g. an empty email
  address is submitted, JSF seem to handle it as NULL, not empty, which makes
  sense here at the converter, as 'value' is of type Object and not String

Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/localization/bundle_de_DE.properties
src/java/org/mxchange/localization/bundle_en_US.properties
src/java/org/mxchange/pizzaapplication/validator/emailaddress/PizzaEmailAddressValidator.java
web/WEB-INF/faces-config.xml
web/WEB-INF/templates/admin/admin_menu.tpl
web/WEB-INF/templates/admin/business_basic_data/admin_form_business_basic_data.tpl [new file with mode: 0644]
web/WEB-INF/templates/admin/business_data/admin_form_business_data.tpl [deleted file]
web/admin/business_basic_data/admin_business_basic_data_list.xhtml [new file with mode: 0644]
web/admin/business_data/admin_business_data_list.xhtml [deleted file]