Skip to content

Commit 082cfe3

Browse files
committed
fix(jans-config-api): user attributes not updated #2753
1 parent 4eaaf0b commit 082cfe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jans-orm/sql/src/main/java/io/jans/orm/sql/impl/SqlEntryManager.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,7 @@ protected boolean isSupportForceUpdate() {
989989
}
990990

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

0 commit comments

Comments
 (0)