- Issue created by @grasmash
- Merge request !4Replace JSON:API Schema dependency with Open API JSON:API module → (Open) created by grasmash
- First commit to issue fork.
- Merge request !5Issue #3529219: Replace JSON:API Schema dependency with Open API JSON:API module → (Open) created by balsama
- 🇺🇸United States balsama boston
The last commit fixes the PHPUnit tests. It does not fix the gitlab CI integration. That should be done in a separate issue.
- 🇮🇳India ankitv18
Validated the MR!5
Query builder page throwing 404 error
jsonapi_query_builder_update_10001 isn't executed properly
- 🇺🇸United States balsama boston
It looks like you didn't update the composer dependencies when testing the update path? The update hook installs openapi_jsonapi, which the MR requires in its composer.json file. But according to your error, you don't have it in your codebase.
As for the JS error, you need to manually rebuild the JS app if you're testing it locally. (cd js; ./build.sh)
I think this all working as designed, but it would still be good to get a manual test that confirms.