The Bolt core updated how the ContentQueryParser was registered as a service. Since the update, it now uses a fresh instance of the ContentQueryParser class. This broke functionality with the extension by not including the Paging handlers and directives. It is now fixed with this PR. Closes - https://github.com/xiaohutai/jsonapi/issues/34
The Bolt core updated how the
ContentQueryParser
was registered as a service. Since the update, it now uses a fresh instance of theContentQueryParser
class. This broke functionality with the extension by not including the Paging handlers and directives. It is now fixed with this PR. Closes - https://github.com/xiaohutai/jsonapi/issues/34