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

Fix internal server error when updating title #37

Merged
merged 3 commits into from
Nov 2, 2021
Merged

Fix internal server error when updating title #37

merged 3 commits into from
Nov 2, 2021

Conversation

callmemarv
Copy link
Contributor

Updating the title of an article updates the slug in the background. Retrieving the updated article with the old slug results in an internal server error. The proposed change uses the updated slug instead.

Updating the title of an article updates the slug in the background. Retrieving the updated article with the old slug results in an internal server error. The proposed change uses the updated slug instead.
@aisensiy
Copy link
Collaborator

aisensiy commented Nov 1, 2021

Thanks for the PR but there is a import lost in the ArticleApi. Please add the Article import and I will merge the PR 😃

@callmemarv
Copy link
Contributor Author

That's what you get for using the GitHub-Editor. 🙈 Sorry for the inconvenience! I added the missing imports.

@aisensiy aisensiy merged commit d4cd71e into gothinkster:master Nov 2, 2021
@callmemarv callmemarv deleted the patch-1 branch November 2, 2021 13:08
chapitak pushed a commit to chapitak/spring-boot-realworld-example-app that referenced this pull request Nov 22, 2022
Fix internal server error when updating title
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants