]> git.mxchange.org Git - jjobs-war.git/commit
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Tue, 23 Aug 2016 10:16:21 +0000 (12:16 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 24 Aug 2016 19:42:11 +0000 (21:42 +0200)
commit3d45e45cceb8a61466d21670490c0676405d442a
tree69e253ded6be20fa351391562d969f5819aab798
parent9d36f830c848d346ceec5ee55fb16c95670f54c8
Please cherry-pick:
- edit/delete(Fax|LandLine|Mobile)Data() must have the phone number being handled over as a parameter
- the instance in beanHelper is null on POST (-back)
- setting onPostback="true" overrides the set value (from JSF page)
- so it needs to be as a parameter
src/java/org/mxchange/jjobs/beans/phone/JobsAdminPhoneWebRequestBean.java
src/java/org/mxchange/jjobs/beans/phone/JobsAdminPhoneWebRequestController.java
src/java/org/mxchange/jjobs/validator/booleans/JobsUserProfileVisibilityValidator.java
web/admin/fax/admin_fax_delete.xhtml
web/admin/fax/admin_fax_edit.xhtml
web/admin/landline/admin_landline_delete.xhtml
web/admin/landline/admin_landline_edit.xhtml
web/admin/mobile/admin_mobile_delete.xhtml
web/admin/mobile/admin_mobile_edit.xhtml