Commit f5adde26 authored by Kostis Trantzas's avatar Kostis Trantzas
Browse files

Merge branch 'fix#38' into 'develop'

Primitives Invoking Process is Triggered Again as Intended

See merge request !26
parents 155d6715 cc679500
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -490,6 +490,7 @@ public class ServiceRepoService {
                                charChangedForNotes += n.getName() + ", "; 
							  }
                              if ( n.getName().toUpperCase().contains(  "PRIMITIVE::" ) ){
								serviceCharacteristicChanged = true;
                                serviceCharacteristicChangedContainsPrimitive = true;
                              }