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.setAiDescription(typeValueRequest.getAiDescription());
|
||||||
type.setLabel(typeValueRequest.getLabel());
|
type.setLabel(typeValueRequest.getLabel());
|
||||||
type.setAddToDictionaryAction(typeValueRequest.isAddToDictionaryAction());
|
type.setAddToDictionaryAction(typeValueRequest.isAddToDictionaryAction());
|
||||||
|
type.setRank(typeValueRequest.getRank());
|
||||||
} else {
|
} else {
|
||||||
BeanUtils.copyProperties(typeValueRequest,
|
BeanUtils.copyProperties(typeValueRequest,
|
||||||
type,
|
type,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user