[Bug] Old name displayed when copying task

Post comments and suggestions for RoboTask here
Post Reply
Rukbunker
Posts: 192
Joined: Mon Feb 22, 2016 4:06 pm
Location: Netherlands

[Bug] Old name displayed when copying task

Post by Rukbunker »

Hello! First of all: amazing software. We should have this years ago!

I found (at least, I think!) a bug. When copying atask, rename the new one and add an action to stop "This task", the name of the old ORIGINAL task is displayed. See picture. The .tsk name is different though, so the copy went well....

Image
Oleg
Site Admin
Posts: 3000
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: [Bug] Old name displayed when copying task

Post by Oleg »

Stop task action can stop any task. So it writes the task ID in its parameters.
When you copy the task then the actions parameters are the same. Therefore you have to correct parameters:
  • Open the "Stop task" action in action editor
  • Specify "This task" parameter again
If you see incorrect name of step you can reset it to default.
Right-click on the step and choose "Reset to default"
Look at the screenshot:
reset-to-default.png
reset-to-default.png (24.46 KiB) Viewed 18267 times
Oleg Yershov
Rukbunker
Posts: 192
Joined: Mon Feb 22, 2016 4:06 pm
Location: Netherlands

Re: [Bug] Old name displayed when copying task

Post by Rukbunker »

Thanks, I will keep this in mind!
Post Reply