Skip to content
Snippets Groups Projects
Commit a8815c9d authored by Gwenaelle ABEILLE's avatar Gwenaelle ABEILLE
Browse files

Merge branch 'TANGOARCH-900' into 'master'

fix READ_WITH_WRITE not taken into account archiving

See merge request !4
parents 4e204e8a 9189ade1
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 {
if (scalarEvent.getErrorMessage() == null) {
switch (scalarEvent.getWritable()) {
case AttrWriteType._READ:
case AttrWriteType._READ_WITH_WRITE:
value.setValueR(readValue);
break;
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