πŸ‡ΊπŸ‡ΈUnited States @laura.gates

Account created on 22 July 2016, almost 9 years ago
#

Recent comments

πŸ‡ΊπŸ‡ΈUnited States laura.gates

@redeight. - setting the core version requirement to core_version_requirement: ^10.4 || ^11 likely makes the most sense given that 10.3 hits end of life next month.

πŸ‡ΊπŸ‡ΈUnited States laura.gates

Neither #5 or the MR9 (project-update-bot-only) Diff apply as patches with Drupal 10.4.6

πŸ‡ΊπŸ‡ΈUnited States laura.gates

Just as a FYI, the patch applies successfully but errors out when running drush updb:

[error] (Currently using Incompatible module The following module is installed, but it is incompatible with Drupal 10.4.6:
* Inline Styled Images

πŸ‡ΊπŸ‡ΈUnited States laura.gates

Just adding to the above conversation, I got around this by adding a field to media asking users to select what aspect ratio they want:

  • default 16:9
  • square 1:1
  • vertical 4:5

I then themed as normal for my different display modes.

πŸ‡ΊπŸ‡ΈUnited States laura.gates

I was also getting
// Do you wish to run the specified pending updates?: yes.

> [notice] Update started: block_class_update_20017
> [error] json_decode(): Argument #1 ($json) must be of type string, array given
> [error] Update failed: block_class_update_20017

when upgrading to v4.0.0 on Drupal 10.4.4. Confirmed that current dif: https://git.drupalcode.org/project/block_class/-/merge_requests/52.diff fixed the problem.

πŸ‡ΊπŸ‡ΈUnited States laura.gates

I'm also getting the following error upgrading to v3.0.0 with Drupal 10.4.x

> [error] /var/www/html/docroot/modules/contrib/file_delete/file_delete.permissions.yml: Duplicate key "delete files override usage" detected at line 11.
> [error] Update failed: file_delete_update_400002
[error] Update aborted by: block_class_update_20017, file_delete_update_400002
[error] Finished performing updates.

I applied patch #16 and it is successful.

πŸ‡ΊπŸ‡ΈUnited States laura.gates

If you have multiple views: https://www.drupal.org/project/views_infinite_scroll/issues/2877652 πŸ› infinite scroll does not work for multiple views on a single page Needs work might be your issue.

πŸ‡ΊπŸ‡ΈUnited States laura.gates

This patch applies correctly, but the select2 list is blank when enabled. This is with drupal 10.2.7 and 3.0.2 of this module

πŸ‡ΊπŸ‡ΈUnited States laura.gates

My site is configured similarly where we allow users to edit taxonomy terms but not manage the vocabularies. The patch applied for me in 2.0.11 of this module. I made a test account with the edit taxonomy terms permission and not the administer taxonomy permission. I was able to successfully create new terms and edit existing terms in existing vocabularies.

Patch is successful. Thanks for noticing and fixing Liam!

πŸ‡ΊπŸ‡ΈUnited States laura.gates

I applied #210 to 10.2.5 and my affected view allowed me to save without white screening in addition to adding and removing the date contextual filter.

I then updated to 10.2.6 and was able to do the same tests as I did for 10.2.5 without running into any issues.

Production build 0.71.5 2024