]> git.mxchange.org Git - jjobs-war.git/commit
Continued with contact-cellphone unlink: (please cherry-pick)
authorRoland Häder <roland@mxchange.org>
Mon, 15 Aug 2016 12:56:56 +0000 (14:56 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 19 Aug 2016 21:19:59 +0000 (23:19 +0200)
commitcc513a7ed7164abc8fa95945f88a05225d5021ec
treedf91a8353f3a87c90fdfff00f8f76fdbb6533279
parent9fb92e854a188b121d10772629b7c5e984ea34ea
Continued with contact-cellphone unlink: (please cherry-pick)
- implemented afterAdminUnlinkedCellphoneContactDataEvent() which observes events being fired after cellphone has been unlinked from contact
- also checked if contact and cellphone are really linked
- renamed message key to ERROR_BEAN_HELPER_CELLPHONE_NUMBER_NOT_SET as this reflects what is there
- added missing i18n message

Signed-off-by: Roland Häder <roland@mxchange.org>
13 files changed:
src/java/de/chotime/landingpage/beans/phone/JobsPhoneWebApplicationBean.java [deleted file]
src/java/de/chotime/landingpage/beans/phone/JobsPhoneWebApplicationController.java [deleted file]
src/java/org/mxchange/jjobs/beans/contact/phone/JobsAdminContactPhoneWebRequestController.java
src/java/org/mxchange/jjobs/beans/contact/phone/JobsContactPhoneWebSessionBean.java [new file with mode: 0644]
src/java/org/mxchange/jjobs/beans/contact/phone/JobsContactPhoneWebSessionController.java [new file with mode: 0644]
src/java/org/mxchange/localization/bundle_de_DE.properties
src/java/org/mxchange/localization/bundle_en_US.properties
web/WEB-INF/templates/admin/cellphone/admin_cellphone_data.tpl
web/WEB-INF/templates/admin/cellphone/admin_cellphone_links.tpl
web/WEB-INF/templates/admin/cellphone/admin_form_cellphone_data.tpl
web/admin/cellphone/admin_cellphone_delete.xhtml
web/admin/cellphone/admin_cellphone_edit.xhtml
web/admin/cellphone/admin_contact_cellphone_unlink.xhtml