RED-10518: System-managed entity has not defined rank after import
This commit is contained in:
parent
3be9566a2e
commit
7ff7222072
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user