Skip to content
Snippets Groups Projects
Commit 9189ade1 authored by Alexandre TISON's avatar Alexandre TISON
Browse files

fix READ_WITH_WRITE not taken into account when archived

parent 27b95a3e
Branches
No related tags found
1 merge request!4fix READ_WITH_WRITE not taken into account archiving
...@@ -108,6 +108,7 @@ public class ArchivingTimeSeries implements IArchivingDatabase { ...@@ -108,6 +108,7 @@ public class ArchivingTimeSeries implements IArchivingDatabase {
if (scalarEvent.getErrorMessage() == null) { if (scalarEvent.getErrorMessage() == null) {
switch (scalarEvent.getWritable()) { switch (scalarEvent.getWritable()) {
case AttrWriteType._READ: case AttrWriteType._READ:
case AttrWriteType._READ_WITH_WRITE:
value.setValueR(readValue); value.setValueR(readValue);
break; break;
case AttrWriteType._READ_WRITE: case AttrWriteType._READ_WRITE:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment