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 2020/11/30 10:23:57 UTC

[incubator-hop] branch master updated: HOP-2132 Fix Action with Connection line not correctly translated

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 21c2fd1  HOP-2132 Fix Action with Connection line not correctly translated
     new 7028e9b  Merge pull request #421 from nadment/HOP-2132
21c2fd1 is described below

commit 21c2fd1a03215e322dfeb424b75407dfb50934c3
Author: nadment <na...@gmail.com>
AuthorDate: Sun Nov 29 17:17:55 2020 +0100

    HOP-2132 Fix Action with Connection line not correctly translated
---
 ui/src/main/java/org/apache/hop/ui/workflow/action/ActionDialog.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ui/src/main/java/org/apache/hop/ui/workflow/action/ActionDialog.java b/ui/src/main/java/org/apache/hop/ui/workflow/action/ActionDialog.java
index 3d9223f..8716bf2 100644
--- a/ui/src/main/java/org/apache/hop/ui/workflow/action/ActionDialog.java
+++ b/ui/src/main/java/org/apache/hop/ui/workflow/action/ActionDialog.java
@@ -29,6 +29,7 @@ import org.apache.hop.core.logging.LoggingObjectType;
 import org.apache.hop.core.logging.SimpleLoggingObject;
 import org.apache.hop.i18n.BaseMessages;
 import org.apache.hop.metadata.api.IHopMetadataProvider;
+import org.apache.hop.pipeline.transform.ITransform;
 import org.apache.hop.ui.core.PropsUi;
 import org.apache.hop.ui.core.widget.MetaSelectionLine;
 import org.apache.hop.workflow.WorkflowMeta;
@@ -57,7 +58,7 @@ public class ActionDialog extends Dialog {
   /**
    * The package name, used for internationalization.
    */
-  private static final Class<?> PKG = IAction.class; // Needed by Translator
+  private static final Class<?> PKG = ITransform.class; // Needed by Translator
 
   /**
    * The loggingObject for the dialog