Skip to content
Snippets Groups Projects
Verified Commit 62d49255 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3452502 by Grimreaper, smustgrave: NodeListBuilder is using mark theme wrongly

(cherry picked from commit 32a59501)
parent 85c4d87b
No related branches found
No related tags found
2 merge requests!11185Issue #3477324 by andypost, alexpott: Fix usage of str_getcsv() and fgetcsv() for PHP 8.4,!9944Issue #3483353: Consider making the createCopy config action optionally fail...
Pipeline #221671 passed with warnings
Pipeline: drupal

#221696

    Pipeline: drupal

    #221685

      Pipeline: drupal

      #221677

        ......@@ -92,7 +92,7 @@ public function buildRow(EntityInterface $entity) {
        /** @var \Drupal\node\NodeInterface $entity */
        $mark = [
        '#theme' => 'mark',
        '#mark_type' => node_mark($entity->id(), $entity->getChangedTime()),
        '#status' => node_mark($entity->id(), $entity->getChangedTime()),
        ];
        $row['title']['data'] = [
        '#type' => 'link',
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment