You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2020/09/17 12:01:12 UTC

[incubator-streampipes] branch rel/0.67.0 updated: [STREAMPIPES-242] Mqtt adapter next button can not be clicked

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

zehnder pushed a commit to branch rel/0.67.0
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/rel/0.67.0 by this push:
     new 28654c5  [STREAMPIPES-242] Mqtt adapter next button can not be clicked
28654c5 is described below

commit 28654c54654d2f019036987a7c403e2ce5866c2e
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Thu Sep 17 14:00:38 2020 +0200

    [STREAMPIPES-242] Mqtt adapter next button can not be clicked
---
 .../static-secret-input/static-secret-input.component.html              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/app/core-ui/static-properties/static-secret-input/static-secret-input.component.html b/ui/src/app/core-ui/static-properties/static-secret-input/static-secret-input.component.html
index 6568b61..7de9038 100644
--- a/ui/src/app/core-ui/static-properties/static-secret-input/static-secret-input.component.html
+++ b/ui/src/app/core-ui/static-properties/static-secret-input/static-secret-input.component.html
@@ -21,7 +21,7 @@
             <mat-form-field fxFlex >
                 <input type="password"
                        fxFlex
-                       formControlName="{{staticProperty.internalName}}"
+                       formControlName="{{fieldName}}"
                        matInput
                        [placeholder]="staticProperty.label"
                        required