Skip to content
Snippets Groups Projects
Commit f5adde26 authored by trantzas's avatar trantzas
Browse files

Merge branch 'fix#38' into 'develop'

Primitives Invoking Process is Triggered Again as Intended

See merge request !26
parents 155d6715 cc679500
No related branches found
No related tags found
2 merge requests!36Merging 2024Q2_RC into main, creating 2024Q2 Release,!26Primitives Invoking Process is Triggered Again as Intended
Pipeline #6353 passed
...@@ -490,6 +490,7 @@ public class ServiceRepoService { ...@@ -490,6 +490,7 @@ public class ServiceRepoService {
charChangedForNotes += n.getName() + ", "; charChangedForNotes += n.getName() + ", ";
} }
if ( n.getName().toUpperCase().contains( "PRIMITIVE::" ) ){ if ( n.getName().toUpperCase().contains( "PRIMITIVE::" ) ){
serviceCharacteristicChanged = true;
serviceCharacteristicChangedContainsPrimitive = true; serviceCharacteristicChangedContainsPrimitive = true;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment