Skip to content
Snippets Groups Projects
Commit 0604d916 authored by Manuel Krombholz's avatar Manuel Krombholz
Browse files

Transferring ItemPerformance when retyping item

parent 657b6eeb
No related branches found
No related tags found
1 merge request!11Resolve "Add processing frequency option for items"
Pipeline #9847 passed
......@@ -310,6 +310,7 @@ public class EraserParserHelper {
itemWithCorrectType.setID(prototype.getID());
itemWithCorrectType.setLabel(prototype.getLabel());
itemWithCorrectType.setMetaDataList(prototype.getMetaDataList());
itemWithCorrectType.setItemPerformance(prototype.getItemPerformance());
if (!(itemWithCorrectType instanceof ActivityItem)) {
String state = prototype.getStateAsString();
itemWithCorrectType.disableSendState();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment