Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

renaming a Plan should prevent he old name from showing up #2397

Closed
Panaetius opened this issue Oct 8, 2021 · 0 comments · Fixed by #2403
Closed

renaming a Plan should prevent he old name from showing up #2397

Panaetius opened this issue Oct 8, 2021 · 0 comments · Fixed by #2403
Labels

Comments

@Panaetius
Copy link
Member

$ renku run --name name1 -- echo 'test' > A
$ renku workflow ls
ID                                       NAME
---------------------------------------  -------------------------
/plans/12d6e7020ff64490983dafb6890b7c56  name1
$ renku workflow edit --name new_name name1
$ renku workflow ls
ID                                       NAME
---------------------------------------  -------------------------
/plans/12d6e7020ff64490983dafb6890b7c56  name1
/plans/b010cab019524ecaa0e2e57b42ac435e  new_name

name1 should not show up anymore in the list above, i.e. it should be removed from the plans index

vigsterkr pushed a commit that referenced this issue Oct 12, 2021
@vigsterkr vigsterkr linked a pull request Oct 12, 2021 that will close this issue
vigsterkr pushed a commit that referenced this issue Oct 13, 2021
vigsterkr added a commit that referenced this issue Oct 13, 2021
Panaetius pushed a commit that referenced this issue Oct 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant