Resolve #2769407 "For 11"
2 unresolved threads
2 unresolved threads
Closes #2769407
Merge request reports
Activity
added 1 commit
added 2907 commits
-
cf779e1d...6fa03441 - 2905 commits from branch
project:11.x
- 8b58729a - Prep for merge from 11.x
- d0067b95 - merge 11.x to 2769407-for-11
-
cf779e1d...6fa03441 - 2905 commits from branch
added 2 commits
134 134 $this->value_value = $this->definition['title']; 135 135 } 136 136 137 if (isset($this->definition['accept null'])) { 138 $this->accept_null = (bool) $this->definition['accept null']; 139 } 140 elseif (isset($this->definition['accept_null'])) { 141 $this->accept_null = (bool) $this->definition['accept_null']; 137 foreach (['accept_null', 'accept null'] as $key) { added 136 commits
-
40af759a...5221f2e0 - 135 commits from branch
project:11.x
- aaa8c598 - Merge branch '11.x' of https://git.drupalcode.org/project/drupal into 2769407-for-11
-
40af759a...5221f2e0 - 135 commits from branch
Please register or sign in to reply