Skip to content
Snippets Groups Projects

Issue #3440304: Allow altering of entity 'revert'/node 'revert revision' access

Open Issue #3440304: Allow altering of entity 'revert'/node 'revert revision' access
2 unresolved threads
Open s_leu requested to merge issue/drupal-3440304:3440304-non-default-revision-revert into 11.x
2 unresolved threads

Closes #3440304

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Stephen Mustgrave
  • Andrei Mateescu resolved all threads

    resolved all threads

  • catch @catch started a thread on the diff
  • 294 288 ];
    295 289 }
    296 290
    291 // Revision status.
    292 if ($revision->isDefaultRevision()) {
    293 $rowAttributes['class'][] = 'revision-current';
    294 $row['operations']['data']['status']['#markup'] = ' ' . $this->t('<em>Current revision</em>');
  • catch @catch started a thread on the diff
  • 235 }
    236
    237 $row[] = [
    238 'data' => [
    239 '#type' => 'operations',
    240 '#links' => $links,
    241 ],
    242 ];
    243 221
    244 $rows[] = $row;
    245 }
    222 $row[] = [
    223 'data' => [
    224 '#type' => 'operations',
    225 '#links' => $links,
    226 '#suffix' => $is_current_revision ? ' ' . $this->t('<em>Current revision</em>') : NULL,
    Please register or sign in to reply
    Loading