]> git.mxchange.org Git - pizzaservice-war.git/commit
Continued a lot more:
authorRoland Häder <roland@mxchange.org>
Tue, 26 Apr 2016 15:57:13 +0000 (17:57 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 27 Apr 2016 20:07:09 +0000 (22:07 +0200)
commit14b2944fd8d813757ab7ecc150a1e80439cfddf8
tree088efdfe2f2da1cb84e129b94ec2c1629af70c23
parentf0ccf4ccd8bdbeb72a13ce3841ba3c5f6933a601
Continued a lot more:
- added ability to link any contact with user and/or customer accounts (later is unfinished)
- to make thism working, a controller method selectableContacts() is needed (cached)
- also the event for administrators adding users (customers missing!) must be observed to remove contact from selectable list
- because of the above, the HTML form can no longer validate required="true", it must be done by the controller (ugly exceptions for now)
- some beans/controllers loaded/injected
- added missing i18n strings
- fixed some exception messages
- ignored strings for i18n
- changed CSS class in admin area pages from small to medium (needs more space)
- removed double underscore (one removed)

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/beans/contact/PizzaContactWebSessionBean.java
src/java/org/mxchange/pizzaapplication/beans/user/PizzaAdminUserWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/user/PizzaUserWebSessionBean.java
src/java/org/mxchange/pizzaapplication/beans/user/PizzaUserWebSessionController.java
web/WEB-INF/templates/admin/contact/admin_form_contact_data.tpl
web/WEB-INF/templates/admin/user/admin_form_user_data.tpl
web/admin/customer/admin_customer_list.xhtml
web/admin/user/admin_user_list.xhtml
web/resources/css/cssLayout.css