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

Changing the slug of an entity in the UI #129

Open
crazyscientist opened this issue Apr 4, 2023 · 0 comments
Open

Changing the slug of an entity in the UI #129

crazyscientist opened this issue Apr 4, 2023 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers hacktoberfest Suitable Hacktoberfest contribution

Comments

@crazyscientist
Copy link
Collaborator

Steps to reproduce

  1. Create a schema with arbitrary slug.
  2. Create an entity with an arbitrary slug.
  3. Edit/Update the entity
  • Change the slug
  • (Optional) Change the name
  1. Navigate to the "History" tab (this causes /api/changes/entity/<schema_slug>/<unknown_entity_slug> replies with status 500 #128 to happen)

Expected behavior

The entity gets updated internally.

Among other expected side effects:

  • If the name was changed, the new name should appear in the breadcrumbs.
  • When the slug gets changed, a subsequent switch to the "History" tab is successful.
@crazyscientist crazyscientist added bug Something isn't working good first issue Good for newcomers labels Apr 4, 2023
@crazyscientist crazyscientist added the hacktoberfest Suitable Hacktoberfest contribution label Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers hacktoberfest Suitable Hacktoberfest contribution
Projects
None yet
Development

No branches or pull requests

1 participant