Problem/Motivation
In #3325167: Revisit the redirect to 'add block' form in the 'add block content' form this method was added with public visibility while the parent has protected. This broke Panels #3413891: Panels IPE block content edit form not loading with Drupal 10.2
Proposed resolution
Change it to protected
Issue fork drupal-3424751
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3424751-blockcontentformactions-is-incorrectly
changes, plain diff MR !6836
Comments
Comment #3
acbramley commentedComment #4
acbramley commentedComment #5
phenaproximaThis seems straightforward.
Unless I'm missing something, I don't think this could cause a BC break; anything in contrib that overrides this method is either keeping it protected (and which would be fixed by this), or have made it public, which should continue working after this is committed.
Comment #6
larowlanCommitted to 11.x and backported to 10.3.x and 10.2.x - thanks all
Comment #11
acbramley commented