You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i try to save an instance of crt, it fails because of a check on attributes :
Caused by: java.lang.IllegalArgumentException: Query values should not be empty at deployment.meveo.war//org.meveo.service.base.NativePersistenceService.findIdByUniqueValues(NativePersistenceService.java:285) at deployment.meveo.war//org.meveo.service.custom.CustomTableRelationService.createOrUpdateRelation(CustomTableRelationService.java:57)
It should be possible to save crt that does not define some attributes
please provide a fix, with version 7.1
The text was updated successfully, but these errors were encountered:
When i try to save an instance of crt, it fails because of a check on attributes :
Caused by: java.lang.IllegalArgumentException: Query values should not be empty at deployment.meveo.war//org.meveo.service.base.NativePersistenceService.findIdByUniqueValues(NativePersistenceService.java:285) at deployment.meveo.war//org.meveo.service.custom.CustomTableRelationService.createOrUpdateRelation(CustomTableRelationService.java:57)
It should be possible to save crt that does not define some attributes
please provide a fix, with version 7.1
The text was updated successfully, but these errors were encountered: