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

riemer pushed a commit to branch 
2916-pipeline-editor-doesnt-recognize-unconfigured-pipeline-elements
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to 
refs/heads/2916-pipeline-editor-doesnt-recognize-unconfigured-pipeline-elements 
by this push:
     new 2d4dd225b3 fix(#2916): Fix pipeline validation
2d4dd225b3 is described below

commit 2d4dd225b3a17605c6095a2d7c69c1b658fd1116
Author: Dominik Riemer <[email protected]>
AuthorDate: Mon Jun 3 16:11:29 2024 +0200

    fix(#2916): Fix pipeline validation
---
 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 a06b6ba9a1..40044192e9 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