πŸ‡ΊπŸ‡ΈUnited States @jennypanighetti

Account created on 26 March 2010, over 14 years ago
#

Merge Requests

Recent comments

πŸ‡ΊπŸ‡ΈUnited States jennypanighetti

This is also preventing us from having a clean "Status" Report. The status report gives a warning and says there are available updates; however, the only available update is the File MDM module which says Recommended: 3.1.0, which as we've noted is not compatible with Drupal 10.2.x. So not only does the Drupal 10.3.x/Drupal 11 betas not show up in the list (and therefore it's an empty string), but there is no update available for my system.

πŸ‡ΊπŸ‡ΈUnited States jennypanighetti

Still not working for me, unfortunately.

New view > fields of some nodes > Table display with all columns sortable > some exposed filters

Go to page, choose a sort.
Enter a search term
->
table is re-sorted by the default sort

πŸ‡ΊπŸ‡ΈUnited States jennypanighetti

Weird, my output still shows the element in between the two elements on the page. See attached screenshot. I am applying the patch via composer.patches.json using the following link: https://git.drupalcode.org/project/editor_advanced_link/-/merge_requests...

πŸ‡ΊπŸ‡ΈUnited States jennypanighetti

MR is in! It works when I run it locally, would appreciate some feedback.

https://git.drupalcode.org/project/schema_metatag/-/merge_requests/47

πŸ‡ΊπŸ‡ΈUnited States jennypanighetti

Patch #9 seems to have fixed it for my admin pages as well - 10.2.1 and 10.2.2

πŸ‡ΊπŸ‡ΈUnited States jennypanighetti

When I apply the patch from the MR#14, I get the buttons both times I try to add a link and no JS errors (progress!) but the "X" button is now below the "Advanced" toggle.

- Drupal 10.2.2
- CKEditor 5

πŸ‡ΊπŸ‡ΈUnited States jennypanighetti

There is no import.scss in the subtheme. There is a style.scss which currently contains:

// Sub theme styling.
@import 'variables_drupal';

// Bootstrap overriden variables.
// @see https://getbootstrap.com/docs/5.2/customize/sass/#variable-defaults.
@import 'variables_bootstrap';

// Include bootstrap.
@import '../../../../themes/contrib/bootstrap5/scss/style';

So this sounds like a bigger issue that needs to be updated in the subtheme generator.

πŸ‡ΊπŸ‡ΈUnited States jennypanighetti

Note, this is also a factor in the 9.x theme of Claro, which is where some of those screenshots came from, and some were from the 10.1.x core Claro theme. Attached updated screenshot of the CSS in question:

.dropbutton__item:first-of-type ~ .dropbutton__item {
    max-width: var(--dropbutton-item-max-width);
}
πŸ‡ΊπŸ‡ΈUnited States jennypanighetti

Hmm, patch refused to install for me. The `classy.info.yml.rej` file is as shown.

πŸ‡ΊπŸ‡ΈUnited States jennypanighetti

That works great, thank you so much!

πŸ‡ΊπŸ‡ΈUnited States jennypanighetti

I'm running into this same issue. Any advice on how you wrote your hook to clear it??

-Jenny

πŸ‡ΊπŸ‡ΈUnited States jennypanighetti

I'm on 9.5.3 and cannot get this patch to apply. Not sure why though...

πŸ‡ΊπŸ‡ΈUnited States jennypanighetti

`composer why-not drupal/better_exposed_filters:6.0.3` did not work for me, and I only upgraded from 5 to 6 tonight.

$ composer why-not drupal/better_exposed_filters 6.0.3
drupal/better_exposed_filters     6.0.3    requires         drupal/jquery_ui_datepicker (^2.0)
pantheon-upstreams/drupal-project dev-main requires         drupal/jquery_ui_datepicker (^1.4)
drupal/better_exposed_filters     6.0.3    requires         drupal/jquery_ui_slider (^2.0.0)
pantheon-upstreams/drupal-project dev-main does not require drupal/jquery_ui_slider (but 1.1.0 is installed)

But yet the -W flag doesn't attempt to upgrade jquery_ui_datepicker or jquery_ui_slider....

πŸ‡ΊπŸ‡ΈUnited States jennypanighetti

Here's the full output stack.

LogicException: Missing bundle entity, entity type menu, entity id menu_link_content. in Drupal\Core\Entity\EntityType->getBundleConfigDependency() (line 879 of core/lib/Drupal/Core/Entity/EntityType.php).
Drupal\language\Entity\ContentLanguageSettings->calculateDependencies() (Line: 362)
Drupal\Core\Config\ConfigManager->getConfigEntitiesToChangeOnDependencyRemoval('module', Array) (Line: 43)
Drupal\system\Form\ModulesUninstallConfirmForm->addDependencyListsToForm(Array, 'module', Array, Object, Object) (Line: 160)
Drupal\system\Form\ModulesUninstallConfirmForm->buildForm(Array, Object)
call_user_func_array(Array, Array) (Line: 534)
Drupal\Core\Form\FormBuilder->retrieveForm('system_modules_uninstall_confirm_form', Object) (Line: 281)
Drupal\Core\Form\FormBuilder->buildForm(Object, Object) (Line: 73)
Drupal\Core\Controller\FormController->getContentResult(Object, Object)
call_user_func_array(Array, Array) (Line: 123)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 124)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext(Array, Array) (Line: 97)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 169)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 713)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
πŸ‡ΊπŸ‡ΈUnited States jennypanighetti

I get the same thing trying to uninstall our multilingual modules (i.e. 'content_translation').

It's completely blocking.

πŸ‡ΊπŸ‡ΈUnited States jennypanighetti

#52 helped me! Thank you SO MUCH, it was driving me batty.

Production build 0.69.0 2024