- Issue created by @szeidler
- 🇩🇪Germany szeidler Berlin
As an alternative we could go into
gin_gutenberg_preprocess_html()
and switch the condition toif (_gin_gutenberg_is_gutenberg_enabled($route_entity) && _gin_gutenberg_is_content_form()) {
This will ensure that we're not checking for the content form if gutenberg is not enabled. That also makes more logical sense.
- Status changed to Needs review
about 2 years ago 10:11am 28 March 2023 - 🇩🇪Germany szeidler Berlin
Actually it happens on Gutenberg forms as well, so it requires an additional change.
- 🇩🇪Germany szeidler Berlin
Another try, because patch 4 leads to fatal errors on node pages, where the node object is not upcasted.
-
doxigo →
committed d35ce969 on 1.1.x authored by
szeidler →
Issue #3350827 by szeidler: Throws deprecation notice with PHP 8.1
-
doxigo →
committed d35ce969 on 1.1.x authored by
szeidler →
- Status changed to Fixed
over 1 year ago 12:47pm 20 September 2023 Thanks for the patch Stephan, applied to the dev release, will tag a new release sooner or later
Automatically closed - issue fixed for 2 weeks with no activity.