Verified Commit fa6214ed authored by João Capucho's avatar João Capucho
Browse files

Set value type in resource updates

parent cc136e90
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 );