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

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


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

commit eb9feb3f76f4035cf10a0eb8a7e6fc43cd24a820
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 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