RED-10518: System-managed entity has not defined rank after import

This commit is contained in:
maverickstuder 2024-11-22 10:22:30 +01:00
parent 3be9566a2e
commit 7ff7222072

View File

@ -151,6 +151,7 @@ public class DictionaryPersistenceService {
type.setAiDescription(typeValueRequest.getAiDescription());
type.setLabel(typeValueRequest.getLabel());
type.setAddToDictionaryAction(typeValueRequest.isAddToDictionaryAction());
type.setRank(typeValueRequest.getRank());
} else {
BeanUtils.copyProperties(typeValueRequest,
type,