Fixed a problem when saving imported Categorizations
parent
caaedc323e
commit
161eff594d
|
|
@ -70,7 +70,7 @@ public class CategorizationImExporter
|
|||
@Override
|
||||
@Transactional(Transactional.TxType.REQUIRED)
|
||||
protected void saveImportedEntity(final Categorization entity) {
|
||||
entityManager.persist(entity);
|
||||
entityManager.merge(entity);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Reference in New Issue