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

Partial fix for 404 on missing entity #161

Merged
merged 2 commits into from
Oct 17, 2022

Conversation

der
Copy link
Contributor

@der der commented Jun 30, 2022

There are two cases to handle.
This patch handles the case where the request has no flags
by validating entity graph to check external refs.

If the request is _view=with_metadata then we also have to run
a similar check. However, a number of existing test cases
currently fail because they (accidentally) use external items.

Partially addresses: #159

There are two cases to handle.
This patch handles the case where the request has no flags
by validating entity graph to check external refs.

If the request is _view=with_metadata then we also have to run
a similar check. However, a number of existing test cases
currently fail because they (accidentally) use external items.

Partially addresses: #159
@der
Copy link
Contributor Author

der commented Jul 1, 2022

Needs a test case, not yet ready for review.

@simonoakesepimorphics simonoakesepimorphics merged commit e8c6dc3 into master Oct 17, 2022
@simonoakesepimorphics simonoakesepimorphics deleted the issue-159/fix-404-for-ext-entity branch October 17, 2022 10:47
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