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

Account created on 13 February 2008, over 16 years ago
#

Merge Requests

Recent comments

πŸ‡ΊπŸ‡ΈUnited States datawench

I notice that this patch didn't make it into the v10 release. Is that planned?

πŸ‡ΊπŸ‡ΈUnited States datawench

For some reason, a retest didn't reproduce the issue. Possibly order of install? Unsure. Closing.

πŸ‡ΊπŸ‡ΈUnited States datawench

Don't mean to be a noodge, but might you consider a drush command? Again, my concern here is with deployment automation. I offer here a possible addition. The idea is that its export() would generate a file that you could commit to the repo, and the CI/CD builder could execute the import().

πŸ‡ΊπŸ‡ΈUnited States datawench

@aronne I'm not sure I understand. Are you saying that the patch shouldn't apply if you add the appropriate element in the cweagans-style "patches" portion of the root composer.json?

"drupal/http_client_manager": {
                "guzzle-description-loader dependency is broken (see https://www.drupal.org/project/http_client_manager/issues/3406108)": "https://www.drupal.org/files/issues/2023-12-22/3406108-7.patch"
            }
πŸ‡ΊπŸ‡ΈUnited States datawench

The #7 patch works great, thank you!

Sticking with the patch for now, until it gets merged into a release version.

πŸ‡ΊπŸ‡ΈUnited States datawench

Patch also works for me. Thanks for figuring this out so quickly.
Given that the library is so old, perhaps a module maintainer here might fork it, update it, and use it instead?

πŸ‡ΊπŸ‡ΈUnited States datawench

I discovered that the new for submit would crash when saving an incoming hook, since it does not have the new events. Modified patch applied.

πŸ‡ΊπŸ‡ΈUnited States datawench

I found that there was an error when creating a new outgoing webhook, caused by $webhook_config->getEvents() possibly being empty, and crashing the array_index(). My tweaked patch is attached.

πŸ‡ΊπŸ‡ΈUnited States datawench

FWIW, this is happening for me, too, on both local (ddev) and remote (AWS environment). The specific context is media library. The focal point widget appears and is operable when adding an image in the media library modal, but the setting doesn't "take" unless you edit the image and reset it. I observe that when editing, I'm editing the media entity directly, rather than through the media library wrapper.

Drupal is at 10.1.1. The suggested patch doesn't appear to help, nor does flushing cache.

Production build 0.69.0 2024