gmitter-ef opened a new issue, #5416:
URL: https://github.com/apache/hop/issues/5416

   ### Apache Hop version?
   
   2.14
   
   ### Java version?
   
   OpenJDK 17
   
   ### Operating system
   
   Windows
   
   ### What happened?
   
   The three options to copy rows from the parameter tab of the "pipeline" 
action do not seem to work equivalently.
   
   Steps to reproduce:
   - open default project, create a workflow
   - add two pipeline actions ("Pipeline", "Pipeline 2")
   - in "Pipeline", add two lines of parameters with name "test1" value 
"test1", and name "test2" with value "test2"
   - save it
   - open "Pipeline" again, select and copy the two lines from the parameter 
list
   - hit CTRL+C
   - open "Pipeline 2" parameters tab, try to insert it via "CTRL+V" ==> this 
sometimes works, sometimes the CTRL+V seems to be ignored (cannot reproduce 
systematically)
   - click cancel, do not save "Pipeline 2" (so that the parameter tab remains 
empty)
   - try now to copy the two rows from "Pipeline" via the icon "Copy selected 
rows to clipboard"
   - paste it into parameters tab of "Pipeline 2" via icon "Paste clipboard to 
the table after selected row"
   - this seems to work in all tested cases
   - HOWEVER: if you copy the two rows from "Pipeline" via context menu entry 
("Copy selected lines to clipboard"), in "Pipeline 1"  either Parameter "test1" 
gets renamed to "test2" or "test2" gets renamed to "test1" !!!
   (first issue)
   - after successful pasting the rows into "Pipeline 2" (no matter which copy 
method was used) the second issue arises: hit "CTRL+Z" do undo the paste, and 
then you get the error "Error editing action" with "IllegalArgumentException: 
Index out of bounds
   Root cause: IllegalArgumentException: Index out of bounds"
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: Hop Gui, Component: Actions


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to