Commit 0a16f2d3 authored by Kostis Trantzas's avatar Kostis Trantzas
Browse files

Merge branch 'resource-update-value-types' into 'develop'

Set value type in resource updates

See merge request !38
parents 17308099 fa6214ed
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -454,6 +454,9 @@ public class ResourceUpdate {
		val.setValue( aValue );
		val.setAlias( null );

		if (valueType != null)
			resCharacteristicItem.setValueType(valueType);
		
		resCharacteristicItem.setValue( val );
		
		this.addResourceCharacteristicItem( resCharacteristicItem );