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

mattcasters pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/main by this push:
     new ed62241127 issue #7528 : Push "New Markdown" order to behind Pipeline 
and Workflow. (#7529)
ed62241127 is described below

commit ed62241127a35ba8dd6bf4851ce10d84e62c5986
Author: Matt Casters <[email protected]>
AuthorDate: Tue Jul 14 20:47:09 2026 +0200

    issue #7528 : Push "New Markdown" order to behind Pipeline and Workflow. 
(#7529)
---
 .../apache/hop/pipeline/transforms/types/MarkDownExplorerFileType.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/plugins/transforms/textfile/src/main/java/org/apache/hop/pipeline/transforms/types/MarkDownExplorerFileType.java
 
b/plugins/transforms/textfile/src/main/java/org/apache/hop/pipeline/transforms/types/MarkDownExplorerFileType.java
index ec4664b625..bf0112640f 100644
--- 
a/plugins/transforms/textfile/src/main/java/org/apache/hop/pipeline/transforms/types/MarkDownExplorerFileType.java
+++ 
b/plugins/transforms/textfile/src/main/java/org/apache/hop/pipeline/transforms/types/MarkDownExplorerFileType.java
@@ -110,7 +110,7 @@ public class MarkDownExplorerFileType
               }
             });
     newAction.setCategory("File");
-    newAction.setCategoryOrder("1");
+    newAction.setCategoryOrder("100");
 
     handlers.add(new GuiContextHandler(ACTION_ID_NEW_MARKDOWN, 
List.of(newAction)));
 

Reply via email to