]> git.mxchange.org Git - jjobs-war.git/commitdiff
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Fri, 11 Nov 2022 16:43:31 +0000 (17:43 +0100)
committerRoland Häder <roland@mxchange.org>
Fri, 11 Nov 2022 16:44:12 +0000 (17:44 +0100)
- the above if() block is already stopping wrong invocations of this method

src/java/org/mxchange/jjobs/beans/contact/JobsContactWebRequestBean.java

index 5578c06162787cdc7e526bfea14b304284fab21f..3523400fee499cc9ea6e9569fd6e7291e42e6bdd 100644 (file)
@@ -323,9 +323,6 @@ public class JobsContactWebRequestBean extends BaseJobsBean implements JobsConta
                        throw new FacesException(new IllegalArgumentException("Not all personal data is set, but createContactInstance() is called.")); //NOI18N
                }
 
-               // Required personal data must be set
-               assert (this.isRequiredPersonalDataSet()) : "not all personal data is set"; //NOI18N
-
                // Create new contact
                final Contact contact = new UserContact(
                                          this.getPersonalTitle(),