#2228141: Add authentication support to REST views fixed a bug in the REST module's Views support. But in doing so, the upgrade path lives in the REST module, yet the upgrade path test lives in the Views module.
We should move that test coverage to the REST module.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | move_rest_update_8202-drupal-2756527-6.patch | 7 KB | chgasparoto |
| #3 | move_rest_update_8202-drupal-2756527-3.patch | 2.64 KB | chgasparoto |
Comments
Comment #2
dawehnerI'll review this patch immediately someone comes up with a patch.
Comment #3
chgasparoto commentedI'm not sure if this is the only thing we have to do. Please review it.
Comment #5
dawehnerThank you for providing a patch!
Note: You have to move this file as well.
Comment #6
chgasparoto commentedOh thanks! Moved the file plus added a comma on lines 59 and 73.
Please review again.
Comment #8
wim leersThat looks like a random failure. Queued for retesting.
Comment #9
chgasparoto commentedTest is green :)
Comment #10
wim leersThanks!
Nit: s/views/rest/ — can be fixed on commit by committer.
Comment #11
wim leersComment #12
catchCommitted d97b413 and pushed to 8.2.x. Thanks!