Support from Acquia helps fund testing for Drupal Acquia logo

Comments

larowlan’s picture

Component: documentation » node.module
Status: Active » Needs review
FileSize
10.74 KB

Status: Needs review » Needs work

The last submitted patch, node-tests-not-psr0-1885868.1.patch, failed testing.

larowlan’s picture

Priority: Normal » Major

Bumping priority seeing as though this is broken in HEAD

larowlan’s picture

Commit at fault here was 3c7447f8 which was #880940: view/revert/delete revisions per content type

realityloop’s picture

Time permitting, we've just had our first baby arrive, I'll try and get this working on the weekend.

swentel’s picture

Status: Needs work » Needs review
FileSize
1.24 KB
10.74 KB

so isCurrentRevision() got renamed apparently to isDefaultRevision() - but this triggers errors in the test, didn't have time to look into it though

Status: Needs review » Needs work

The last submitted patch, 1885868-6.patch, failed testing.

Berdir’s picture

Status: Needs work » Needs review
FileSize
844 bytes
10.74 KB

node_load($node->nid, $nod->vid) is now node_revision_load($node->vid), the second argument is the cache reset which means that it would load the default revision.

larowlan’s picture

Status: Needs review » Reviewed & tested by the community

Good to go

catch’s picture

Status: Reviewed & tested by the community » Fixed

Committed/pushed to 8.x, thanks!

Status: Fixed » Closed (fixed)

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

xjm’s picture

Component: node.module » node system
Issue summary: View changes