Comments

jwgreene’s picture

I also found the "add new comment" entry form when viewing revisions confusing and unnecessary.

fasdalf@fasdalf.ru’s picture

Agree.

alan d.’s picture

Suggested fix in comment #3 here #1347316: Selectable view mode for inline diffs and "Current revision" display view mode..

Or directly from dev version

    // Don't include node links (final argument) when viewing the diff.
    $build = node_view($new_node, 'full');
    if (isset($build['links'])) {
      unset($build['links']);
    }
    $output .= drupal_render($build);
alan d.’s picture

Status: Active » Needs review
StatusFileSize
new761 bytes
alan d.’s picture

alan d.’s picture

This should be resolved with the new branch, 7.x-3.0-alpha1 or 7.x-3.0-dev.

This is still alpha, so test carefully before use on a production site and report any issues back to the queues.

Leaving open to backport to 7.x-2.x

mitchell’s picture

Version: 7.x-2.x-dev » 7.x-3.x-dev
Status: Needs review » Fixed

Marking this as fixed, as it is committed to the latest dev branch.

Please reopen this issue if this change introduced any bugs.

Follow-ups should be added in separate issues.

Status: Fixed » Closed (fixed)

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