- Issue created by @emircan erkul
- Issue was unassigned.
- Status changed to Needs review
12 months ago 12:28pm 28 November 2023 - Status changed to Fixed
12 months ago 7:42pm 9 December 2023 Automatically closed - issue fixed for 2 weeks with no activity.
In D10
drupal_dialog.off_canvas
is changed and we need to change our code accordingly.
Follow up issue after 🐛 Fix Request-URI Too Long 414 for deep level 4 or 5+ AJAX requests Fixed
The current VarbaseLayoutBuilderThemeNegotiator logic and code is same like what is in the
10.1.x
branch.
We may need to revert some of the logic in10.0.x
if this change is doing more aggression issuesIt was like this in 10.0.41
$parent_theme_is_front_end_theme
isset($current_request['_drupal_ajax'])
Test if the logic will continue to work with Drupal 9 and Drupal 10 using the same codebase.
This will be fixed for Drupal ~10.1.0 for now
When Drupal 10.2.0 stable is released the
📌
Compress ajax_page_state
Fixed
will come in again, logic could be changed too by then.
_drupal_ajax
in Drupal ~10.1.0 compatibility of VarbaseLayoutBuilderThemeNegotiator
Fixed
10.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.