Merge Requests

Recent comments

πŸ‡¨πŸ‡³China splash112

Looks like it is more or less mandatory now to fill a domain name for language selection. So this issue can be closed.

πŸ‡¨πŸ‡³China splash112

Solved by using profile_switcher and switch both development and production to standard.

πŸ‡¨πŸ‡³China splash112

Finally found a problem. Looks like the "standard" profile was never properly deleted from the core.extensions.yml.

πŸ‡¨πŸ‡³China splash112

Yes, please! But make some taxtfields "label" so they can be translated. Using the following now:

# The 'type' should be "label" for short meta tags and "text" for ones which
# could get longer, especially ones which use a textarea field instead of a
# textfield.
views.style.views_bootstrap_dropdown:
  type: views_style
  label: 'Dropdown format'
  mapping:
    button_text:
      type:  label
πŸ‡¨πŸ‡³China splash112

Seems I can't get a merge request uploaded with my crappy internet due to the large file.

Changes in the patch:
1. Update schemaorg-all-https.jsonld to version 23.0
2. Changed from http to https, which seems to be preferred?
https://github.com/schemaorg/schemaorg/issues/2886
3. Adding some logic to handle arrays instead of strings (1 case).

πŸ‡¨πŸ‡³China splash112

Thanks for the merge request! It's a bit outdated, but just solved my problem with SizeSpecification.
Will create a new patch shortly, but it might be a good idea to add a composer dependency to automatically update this file with every (major) release.

πŸ‡¨πŸ‡³China splash112

Seems it only implicit conversions from float to int are depreciated, so IMHO the easiest would be to make them explicit. This should keep the module working as previous. Patch attached.

πŸ‡¨πŸ‡³China splash112

this is a core issue. image_filter_keyword() can return a float instead of a integer number of pixels.

πŸ‡¨πŸ‡³China splash112

Check if web\modules\contrib\rules\src\EventSubscriber\LazyGenericEventSubscriber.php is here, where it should be. It might have ended up elsewhere.

πŸ‡¨πŸ‡³China splash112

Can confirm patch works, I can now select fields from a referenced entity in the user interface and fields get shown.

πŸ‡¨πŸ‡³China splash112

This issue might be a duplicate of the following:

https://www.drupal.org/project/rules/issues/3059402 πŸ› Set data action in referenced entity. Needs work

πŸ‡¨πŸ‡³China splash112

You might send your site in an infinite loop, where the same rule gets called time after time?

πŸ‡¨πŸ‡³China splash112

Patch from #139 works for me, problem solved on my site.

Production build 0.69.0 2024