Berlin
Account created on 17 June 2009, over 15 years ago
#

Merge Requests

More

Recent comments

πŸ‡©πŸ‡ͺGermany uniquename Berlin

Sorry, ignore the last comment. something went wrong with the reroll... Here is the correct one.

πŸ‡©πŸ‡ͺGermany uniquename Berlin

Here is a reroll against 2.0-beta17

πŸ‡©πŸ‡ͺGermany uniquename Berlin

Ran into the same issue and google brought me here. #56 from the other issue did the trick for me

drupal 10.3
geocoder 8.x-4.25

https://www.drupal.org/project/geocoder/issues/3153678#comment-14822390 πŸ› How to add Gecoder 3.x providers Needs review

πŸ‡©πŸ‡ͺGermany uniquename Berlin

We had the same issue and we've found that it's problematic to have the bundle name at the end of hook_preprocess_node. Instead we do it like here

https://stackoverflow.com/a/43780621

πŸ‡©πŸ‡ͺGermany uniquename Berlin

I've update the 1.0.x branch and comited the changes.

πŸ‡©πŸ‡ͺGermany uniquename Berlin

Added the missing schema.

πŸ‡©πŸ‡ͺGermany uniquename Berlin

uniquename β†’ created an issue.

πŸ‡©πŸ‡ͺGermany uniquename Berlin

It seems that the changes got removed in https://www.drupal.org/project/migrate_tools/issues/3397550 πŸ› --sync does not remove rows without a destination Fixed

Find a patch attached that applies to 6.0.4

πŸ‡©πŸ‡ͺGermany uniquename Berlin

Oh sorry, forgot to mention, I'm on gin.

With 19 it is in the middle, see screenshot, with 20 it's on the right there.

πŸ‡©πŸ‡ͺGermany uniquename Berlin

I have created a sandbox over here β†’ that show a concept of integrating with moderation_sidebar.

It leverages a custom form display mode to get the scheduler fields in the moderation sidebar but leaving all the logic for scheduler.

πŸ‡©πŸ‡ͺGermany uniquename Berlin

Seems you're right, but this one needs less configuration and attempts to fix the schema.yml.

πŸ‡©πŸ‡ͺGermany uniquename Berlin

The patch from #48 seems to create a corrupted revision, when saving the layout form without any changes.

Steps to reproduce:

1. Get a fresh installed d10.1.5 with layout builder enabled and the patch applied.
2. Have a content type that has the full view enabled for layout builder.
3. Create a node of that content type.
4. This will create the first revision on /node/1/revisions.
5. Goto /node/1/layout and press save layout without changing anything.
6. No new revision will show up on /node/1/revisions.
7. Goto /node/1/layout, move a block an press save layout.
8. A new revision will show up on /node/1/revisions, but hast the vid 3.

I've also found that in the DB in node_field_revision are three entries, so 5. created data, but this row has the revision_translation_affected field emtpy. That's why it's not showing up on /node/1/revisions.

πŸ‡©πŸ‡ͺGermany uniquename Berlin

Find a patch attached.

πŸ‡©πŸ‡ͺGermany uniquename Berlin

I think this patch produced an unused $langcode variable in generateTokenValues().

This leads to non translated metatags when using something like

$tags = $this->metatagManager->tagsFromEntityWithDefaults($entity);
$metatags = $this->metatagManager->generateTokenValues($tags, $entity);

I could fix that with adding $langcode to this line in the same method.

$processed_value = $this->processTagValue($tag, $value, $token_replacements, TRUE, $langcode);

I'm not sure if this is the right place to put a patch for it.

πŸ‡©πŸ‡ͺGermany uniquename Berlin

uniquename β†’ made their first commit to this issue’s fork.

πŸ‡©πŸ‡ͺGermany uniquename Berlin

Ups, forgot something... next try.

πŸ‡©πŸ‡ͺGermany uniquename Berlin

Find a patch attached, that applies against 4.1.6

πŸ‡©πŸ‡ͺGermany uniquename Berlin

Works fine for me and is a minor change, so could be commited.

πŸ‡©πŸ‡ͺGermany uniquename Berlin

Thanks, slightly modified and commited.

FormBase and ControllerBase already have StringTranslationTrait, so no need to have a use statement again.

πŸ‡©πŸ‡ͺGermany uniquename Berlin

Because the module is still pretty much work in progress I will not yet apply this patch. But thanks anyway.

πŸ‡©πŸ‡ͺGermany uniquename Berlin

Thanks. Patch is applied.

πŸ‡©πŸ‡ͺGermany uniquename Berlin

Here is a patch against current 2.0.x

πŸ‡©πŸ‡ͺGermany uniquename Berlin

Here is a patch for that.

πŸ‡©πŸ‡ͺGermany uniquename Berlin

fixed typo

πŸ‡©πŸ‡ͺGermany uniquename Berlin

Tested on a fresh d10 installation and worked for me.

Production build 0.71.5 2024