We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When saving an article - after changing it via e.g. a Command without setting a changer - following error is thrown:
Entity with the type "" and the id "null" not found. Request URL:http://oelz.dev/admin/api/users/null Request Method:GET Status Code:404 Not Found
It should not throw an error.
Do not try to fetch a user when the changer is null or use the creator as changer.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Actual Behavior
When saving an article - after changing it via e.g. a Command without setting a changer - following error is thrown:
Expected Behavior
It should not throw an error.
Steps to Reproduce
Possible Solutions
Do not try to fetch a user when the changer is null or use the creator as changer.
The text was updated successfully, but these errors were encountered: