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/hop.git
The following commit(s) were added to refs/heads/master by this push:
new 2687c9e96b fix table
new af44fb3ff8 Merge pull request #1562 from VladimirAlexiev/patch-1
2687c9e96b is described below
commit 2687c9e96bf542301199f5649545b967de568d06
Author: Vladimir Alexiev <[email protected]>
AuthorDate: Fri Jul 1 20:04:15 2022 +0300
fix table
Move `Copy previous results to?` to its own row
---
.../modules/ROOT/pages/workflow/actions/addresultfilenames.adoc | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/workflow/actions/addresultfilenames.adoc
b/docs/hop-user-manual/modules/ROOT/pages/workflow/actions/addresultfilenames.adoc
index da757aaf0c..edb083f711 100644
---
a/docs/hop-user-manual/modules/ROOT/pages/workflow/actions/addresultfilenames.adoc
+++
b/docs/hop-user-manual/modules/ROOT/pages/workflow/actions/addresultfilenames.adoc
@@ -34,8 +34,9 @@ This list of filenames can then be used in the various
workflow actions all arou
|Workflow action name|The name of the workflow action.
*Note*: This name has to be unique in a single workflow.
A workflow action can be placed several times on the canvas, however it will
be the same workflow action.
-|Include subfolders|Include subfolders of the selected folders Copy previous
results to?|Passes the results of the previous action to the arguments of this
action.
+|Include subfolders|Include subfolders of the selected folders
+|Copy previous results to?|Passes the results of the previous action to the
arguments of this action.
|Clear result filenames?|This option clears the list of result files (from
previous workflow actions) before creating a new list.
|File/Folder|Specify the list of files or folders with wildcards (regular
expressions) in this grid.
You can add a different source/destination on each line.
-|===
\ No newline at end of file
+|===