- Issue created by @kensae
- @kensae opened merge request.
- Status changed to Needs review
over 1 year ago 6:41am 16 June 2023 - 🇭🇺Hungary nagy.balint
Nice!
However I think it reverts a previous patch at
// If no disallowed types, return. - if (empty($disallowed_types[$parent_layout])) { + if (!isset($disallowed_types[$parent_layout][$region])) { return; }
- 🇭🇺Hungary nagy.balint
So likely as $disallowed_types[$parent_layout][$region] can be empty array we should have
if (empty($disallowed_types[$parent_layout][$region]))Otherwise this should be ready to go.
-
nagy.balint →
committed 2a0368e9 on 1.0.x authored by
kensae →
Issue #3367175 by kensae, nagy.balint: Assign disallowed types to a...
-
nagy.balint →
committed 2a0368e9 on 1.0.x authored by
kensae →
- Status changed to Fixed
over 1 year ago 12:27pm 17 June 2023 Automatically closed - issue fixed for 2 weeks with no activity.