- Merge request !1473Resolve #2920039: Views user name exposed filter validation. β (Open) created by Matroskeen
The Needs Review Queue Bot β tested this issue. It either no longer applies to Drupal core, or fails the Drupal core commit checks. Therefore, this issue status is now "Needs work".
Apart from a re-roll or rebase, this issue may need more work to address feedback in the issue or MR comments. To progress an issue, incorporate this feedback as part of the process of updating the issue. This helps other contributors to know what is outstanding.
Consult the Drupal Contributor Guide β to find step-by-step guides for working with issues.
- First commit to issue fork.
- πͺπΈSpain pcambra Asturies
Damn, according to https://www.drupal.org/docs/develop/git/using-gitlab-to-contribute-to-dr... β , only the original creator of an MR can change the base branch :(
- π³π±Netherlands Lendude Amsterdam
@pcambra I think everybody in maintainers.txt can change target branches in MRs now, so updated it to 11.x, but that still doesn't seem right looking at the changes. Is 11.x the correct branch to target?
- πͺπΈSpain pcambra Asturies
I think this is what phpstan doesn't like but the parent doesn't have return type either, I think it should be :void but not sure if it needs to happen in this issue.
Line core/modules/user/src/Plugin/views/filter/Name.php ------ ---------------------------------------------------------------------- 169 Method Drupal\user\Plugin\views\filter\Name::buildExposedFiltersGroupForm() has no return type specified.