adt-apjc / YAP

BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Outcome usability enhancement to copy from other command #133

Closed marumer closed 1 year ago

marumer commented 1 year ago

Create new commands takes time and it would be nice to be able to copy from previously created commands (same and other steps).

marumer commented 1 year ago

The proposed functionality really helps building the outcome but there is a bug in the code as the clone works properly for adding the first command to a node, it then substitute the previously added command, instead of adding a new one.

For example, Node_2 doesn't have any command.

Image.

I am cloning from Node_3

Image

than I am trying to clone again, a new command, in this case from CNC and the clone function override the previous command

Image

ueasaksupa commented 1 year ago

I think the function work properly in term of "clone" it should replace the old one. but your comment is good instead of clone I will call in "import" and it will not override the current one but append instead