This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch rel/0.95.0
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/rel/0.95.0 by this push:
     new e13a93d3e7 fix(#2916): Fix pipeline validation (#2917)
e13a93d3e7 is described below

commit e13a93d3e70e15af180d078ec515b6f85e95358a
Author: Dominik Riemer <[email protected]>
AuthorDate: Mon Jun 3 20:26:52 2024 +0200

    fix(#2916): Fix pipeline validation (#2917)
---
 ui/src/app/editor/components/pipeline/pipeline.component.ts | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/ui/src/app/editor/components/pipeline/pipeline.component.ts 
b/ui/src/app/editor/components/pipeline/pipeline.component.ts
index 84822bea84..af530a5d5f 100644
--- a/ui/src/app/editor/components/pipeline/pipeline.component.ts
+++ b/ui/src/app/editor/components/pipeline/pipeline.component.ts
@@ -525,10 +525,6 @@ export class PipelineComponent implements OnInit, 
OnDestroy {
                             pe.payload as InvocablePipelineElementUnion
                         ).inputStreams = modification.inputStreams;
                     }
-                    if (modification.pipelineElementValid) {
-                        pe.settings.completed =
-                            PipelineElementConfigurationStatus.OK;
-                    }
                     if (modification.validationInfos.length > 0) {
                         this.pipelineStyleService.updatePeConfigurationStatus(
                             pe,

Reply via email to