- Issue created by @Pawelgorski87
- 🇩🇪Germany szeidler Berlin
I can confirm the problem. It has been introduced in ✨ Add a UI for disabling custom blocks per content type Needs review . It was mentioned there but didn't seem to have gotten fixed.
I would probably move the whole foreach into the prior if condition
if ($custom_settings) {
and change that one toif (isset($custom_settings['categories'])) {
What do you think?
- 🇮🇳India nishchit.dayal Ghaziabad
Unable to apply the #2 patch. Adding updated patch.
- Status changed to Needs review
over 1 year ago 1:31pm 16 May 2023 - Open on Drupal.org →Core: 9.5.x + Environment: PHP 7.4 & MySQL 5.7last update
over 1 year ago Waiting for branch to pass - Open on Drupal.org →Core: 9.5.x + Environment: PHP 7.4 & MySQL 5.7last update
over 1 year ago Waiting for branch to pass - Open on Drupal.org →Core: 9.5.x + Environment: PHP 7.4 & MySQL 5.7last update
over 1 year ago Waiting for branch to pass - 🇯🇵Japan tyler36 Osaka
Confirmed patch
#6
fixes issue on Drupal10.1.0
.## Test
1. Install and enable gutenberg module.
2. Visit "Basic Page edit":/admin/structure/types/manage/page
3. Apply patch
#6
.
4. Refresh page (cache clear is _not_ required) - Status changed to RTBC
over 1 year ago 3:10am 5 July 2023 - 🇺🇸United States toddwalden Kansas City, MO
Hey all, I'm still seeing a page rendering issue after installing Gutenberg in Drupal 10, whether I use the patch or not (also having the same issue if I try installing the previous version of Gutenberg).
The chrome console shows two errors:
Uncaught SyntaxError: Unexpected token ':'
Uncaught TypeError: Cannot read properties of undefined (reading 'attach')
-
szeidler →
committed 258926b0 on 8.x-2.x authored by
nishchit.dayal →
Issue #3350950 by nishchit.dayal, Pawelgorski87: Null value during using...
-
szeidler →
committed 258926b0 on 8.x-2.x authored by
nishchit.dayal →
- Status changed to Fixed
about 1 year ago 9:31am 12 September 2023 - 🇩🇪Germany szeidler Berlin
This has landed on 8.x-2.x-dev. Thanks for your contributions.
Automatically closed - issue fixed for 2 weeks with no activity.