- Issue created by @duttonma
- Status changed to Postponed: needs info
over 1 year ago 11:32am 2 October 2023 Can you please test the same on Drupal 10.1? 9.5 is just a few weeks from end-of-life.
Update the version and reopen this if you can trigger the exception in Drupal 10.1.
- Status changed to Needs review
over 1 year ago 11:48am 2 October 2023 - last update
over 1 year ago 30,341 pass - 🇬🇧United Kingdom duttonma
Yes, i will test this in Drupal 10.1 but this patch is needed for a current Drupal 9 production site.
That's understood of course. It's just that no ordinary bug fixes are ever going to be merged into branch 9.5.x.
- Status changed to Needs work
over 1 year ago 12:53pm 2 October 2023 - 🇺🇸United States smustgrave
So will need tests to show the issue.
But typically with this kind of issues some digging needs to be done to figure out why the value is empty. Putting an isset or empty could be masking a larger issue
- 🇬🇧United Kingdom duttonma
have reproduced the error in Drupal 10.1.4, see this issue 🐛 TypeError when adding book page Needs work
- Status changed to Closed: duplicate
over 1 year ago 2:47pm 2 October 2023 Ok, let's close this as a duplicate because it will not be merged. We didn't actually need another issue for this.
- Status changed to Needs work
over 1 year ago 2:47pm 2 October 2023 - 🇮🇳India AditiVB
Aditi Saraf → made their first commit to this issue’s fork.
- last update
over 1 year ago 30,413 pass - Issue was unassigned.
- 🇳🇿New Zealand quietone
I tested this on Drupal 11.x today, standard install using the steps in the issue summary. I was able to reproduce the problem. Is this reproducible with only core?
I found the failure is with the
moderation_state_default
widget, so changing component. The patch doesn't seem like it is fixing the problem and may, in fact, hide other errors. So, I think a new direction is needed.Un-assigning per Assigning ownership of a Drupal core issue → .
- 🇳🇿New Zealand quietone
I just came across an older issue about this. I am closing this as a duplicate.