Skip to content

Commit

Permalink
fix(jans-config-api): user attributes not updated #2753
Browse files Browse the repository at this point in the history
  • Loading branch information
yurem committed Nov 29, 2022
1 parent 4eaaf0b commit 082cfe3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,7 @@ protected boolean isSupportForceUpdate() {
}

private String getBaseObjectClassForDataOperation(String[] objectClasses) {
if (ArrayHelper.isNotEmpty(objectClasses) && objectClasses.length > 0) {
if (ArrayHelper.isNotEmpty(objectClasses) && objectClasses.length > 1) {
throw new MappingException("SQL ORM supports only one OC!");
}

Expand Down

0 comments on commit 082cfe3

Please sign in to comment.