Exported views data exports currently fail schema validation on the auth key. This is part of the rest export that views data export extends, but the schema currently directly extends views_display_path, not views.display.rest_export as it should.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

andrewbelcher created an issue. See original summary.

andrewbelcher’s picture

Here a patch that fixes it.

andrewbelcher’s picture

Status: Active » Needs review
sardara’s picture

Status: Needs review » Reviewed & tested by the community

Ran into the same problem. This is indeed the correct fix and patch applies correctly. Thanks!

dpagini’s picture

This worked for me as well, RTBC x2... =)

yanniboi’s picture

Priority: Major » Critical

RTBC x3

Could this get a looking at? It is a tiny change and has zero impact on operation of the module, but it means our tests can pass :D

jhedstrom’s picture

Priority: Critical » Normal
Status: Reviewed & tested by the community » Fixed

Committed. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.