You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a slug is updated in Renku 2.0, the old slug can still be used for GET queries (until it is claimed). In such cases, the UI should handle updating the browser URL to the new one.
Example:
Create a group, with slug example-group.
Update the group with a new slug example-new-group.
Manually load the group page with the old slug example-group.
The UI should change the URL to example-new-group but does not at the moment. Note that this should happen for groups, users, projects, etc.
The text was updated successfully, but these errors were encountered:
When a slug is updated in Renku 2.0, the old slug can still be used for GET queries (until it is claimed). In such cases, the UI should handle updating the browser URL to the new one.
Example:
example-group
.example-new-group
.example-group
.The UI should change the URL to
example-new-group
but does not at the moment. Note that this should happen for groups, users, projects, etc.The text was updated successfully, but these errors were encountered: