Issue #3504629: Change target branch and include test coverage
Open
requested to merge issue/drupal-3504629:3504629-process-trailing-default-view-arguments into 11.x
2 unresolved threads
Closes #3504629
Merge request reports
Activity
1159 1159 // Set the argument, which ensures that the argument is valid and 1160 1160 // possibly transforms the value. 1161 1161 if (!$argument->setArgument($arg)) { 1162 $status = $argument->validateFail($arg); 1163 break; 1162 $status = $argument->validateFail($arg) && $status; added 163 commits
-
610f17e7...1e391b33 - 162 commits from branch
project:11.x
- 6796d7f0 - Merge branch '11.x' of https://git.drupalcode.org/project/drupal into...
-
610f17e7...1e391b33 - 162 commits from branch
Please register or sign in to reply