You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2021/09/15 08:53:48 UTC

[incubator-hop] branch master updated: HOP-3272 - TableOutput transform do not get change event table field's change Fixed a typo in italian translations

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

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git


The following commit(s) were added to refs/heads/master by this push:
     new f9b1b90  HOP-3272 - TableOutput transform do not get change event table field's change Fixed a typo in italian translations
     new a671d22  Merge pull request #1060 from sramazzina/HOP-3272
f9b1b90 is described below

commit f9b1b9028def306533bb11e04a1a5f9a651c2881
Author: sergio.ramazzina <se...@serasoft.it>
AuthorDate: Wed Sep 15 09:33:30 2021 +0200

    HOP-3272 - TableOutput transform do not get change event table field's change
    Fixed a typo in italian translations
---
 .../apache/hop/pipeline/transforms/tableoutput/TableOutputDialog.java | 4 +++-
 .../hop/pipeline/transforms/update/messages/messages_it_IT.properties | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/plugins/transforms/tableoutput/src/main/java/org/apache/hop/pipeline/transforms/tableoutput/TableOutputDialog.java b/plugins/transforms/tableoutput/src/main/java/org/apache/hop/pipeline/transforms/tableoutput/TableOutputDialog.java
index 880e6ca..0d27667 100644
--- a/plugins/transforms/tableoutput/src/main/java/org/apache/hop/pipeline/transforms/tableoutput/TableOutputDialog.java
+++ b/plugins/transforms/tableoutput/src/main/java/org/apache/hop/pipeline/transforms/tableoutput/TableOutputDialog.java
@@ -140,6 +140,8 @@ public class TableOutputDialog extends BaseTransformDialog implements ITransform
     props.setLook(shell);
     setShellImage(shell, input);
 
+    ModifyListener lsMod = e -> input.setChanged();
+
     ModifyListener lsTableMod =
         arg0 -> {
           input.setChanged();
@@ -685,7 +687,7 @@ public class TableOutputDialog extends BaseTransformDialog implements ITransform
             SWT.BORDER | SWT.FULL_SELECTION | SWT.MULTI | SWT.V_SCROLL | SWT.H_SCROLL,
             ciFields,
             upInsRows,
-            null,
+            lsMod,
             props);
 
     wGetFields = new Button(wFieldsComp, SWT.PUSH);
diff --git a/plugins/transforms/update/src/main/resources/org/apache/hop/pipeline/transforms/update/messages/messages_it_IT.properties b/plugins/transforms/update/src/main/resources/org/apache/hop/pipeline/transforms/update/messages/messages_it_IT.properties
index 090e2f2..394a77d 100644
--- a/plugins/transforms/update/src/main/resources/org/apache/hop/pipeline/transforms/update/messages/messages_it_IT.properties
+++ b/plugins/transforms/update/src/main/resources/org/apache/hop/pipeline/transforms/update/messages/messages_it_IT.properties
@@ -46,7 +46,7 @@ UpdateMeta.CheckResult.MissingFieldsInInput2=Missing fields, not found in input
 UpdateMeta.ColumnName.NewName=new name \#
 UpdateMeta.ReturnValue.ErrorOccurred=An error occurred\: 
 Update.Log.LineNumber=linenr 
-UpdateDialog.TargetTable.Label=Taabella di destinazione 
+UpdateDialog.TargetTable.Label=Tabella di destinazione 
 UpdateDialog.FailedToGetFields.DialogMessage=Unable to get fields from previous transforms because of an error
 UpdateMeta.CheckResult.NoInputError=No input received from other transforms\!
 UpdateMeta.CheckResult.MissingInputStreamFields=Missing input stream fields to update/insert the target table with\: