There is a wrong variable name in /core/modules/node/src/Form/DeleteMultiple.php
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 2945369-3-wrong_varaible_name.patch | 483 bytes | pasqualle |
There is a wrong variable name in /core/modules/node/src/Form/DeleteMultiple.php
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 2945369-3-wrong_varaible_name.patch | 483 bytes | pasqualle |
Comments
Comment #3
pasqualleComment #4
timmillwoodNice find!
Comment #5
alexpottThis only applies to 8.5.x because entity delete forms have changed in 8.6.x - the new 8.6.x version does not have this bug. As this is a form class it is not API and therefore making a property protected is not an API change.
Committed 82500fa and pushed to 8.5.x. Thanks!