Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
configuration system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
29 Sep 2012 at 15:12 UTC
Updated:
29 Jul 2014 at 21:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
luukyb commentedComment #2
luukyb commentedAdded the namespace to the variable and the system_update function.
Comment #3
alexpottThanks for the work.
There's no need for the system update as this variable is only ever used during testing. Also the state name should be
node_access_test.no_access_uid as it "belongs" to the node_access_test module.
Should be something like as
->get()does not support providing a default valueComment #4
albert volkman commentedHow's this?
Comment #6
albert volkman commentedBleh.
Comment #7
berdir#6: node_test_node_access_all_uid-1798868-6.patch queued for re-testing.
Comment #8
berdirThis is RTBC if it still applies.
Comment #9
webchickCommitted and pushed to 8.x. Thanks!