Skip to content
Snippets Groups Projects
Unverified Commit 2adf694f authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2473093 by acbramley, xjm: Node access default grant behavior is not clear

(cherry picked from commit e255c27d)
parent 5b9badb7
No related branches found
No related tags found
8 merge requests!12686Draft: Issue #3535330: Assets paths in CSS no longer rewritten when aggregation is enabled,!12661Issue #3255804 by godotislate, longwave, berdir, alexpott, catch, andypost,...,!12660Issue #3255804 by godotislate, longwave, berdir, alexpott, catch, andypost,...,!12618Issue #3522970 by longwave, smustgrave: Remove unused BrowserTestBase::$originalContainer,!12473Issue #3521639 by mstrelan, smustgrave for 11.2,!12462Issue #3523109 by ghost of drupal past, donquixote, nicxvan, dww, larowlan,...,!8811Issue #3129179: Provide some way to rebuild the persistent bundle field map,!7916Remove taxonomy dependency on node module - 11.x
Pipeline #522063 passed with warnings
Pipeline: drupal

#522082

    Pipeline: drupal

    #522081

      Pipeline: drupal

      #522080

        +4
        ......@@ -30,6 +30,8 @@ public function acquireGrants(NodeInterface $node);
        /**
        * Creates the default node access grant entry on the grant storage.
        *
        * @see \Drupal\node\NodeGrantDatabaseStorageInterface::writeDefault()
        */
        public function writeDefaultGrant();
        ......
        ......@@ -83,6 +83,12 @@ public function delete();
        /**
        * Creates the default node access grant entry.
        *
        * The default node access grant is a special grant added to the node_access
        * table when no modules implement hook_node_grants. It grants view access
        * to any published node.
        *
        * @see self::access()
        */
        public function writeDefault();
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment