Account created on 9 April 2019, about 6 years ago
  • Drupal Developer at FIDESIOΒ  …
#

Merge Requests

Recent comments

πŸ‡»πŸ‡³Vietnam linhnm

Hi!. I enabled both options

settings:
  id: footnotes_group
  label: 'Footnotes Group'
  label_display: visible
  provider: footnotes
  context_mapping:
    entity: '@node.node_route_context:node'
  group_via_js: true

I must set the max-age=0 for the build of the node entity to work.

Please let me know if I am missing something.
Thanks.

πŸ‡»πŸ‡³Vietnam linhnm

Confirmed #2 working on Drupal 11.1.1

πŸ‡»πŸ‡³Vietnam linhnm

I'm using a custom search API query programmatically, and the issue occurs.
This patch #4 fixes it for me.
Thanks!

πŸ‡»πŸ‡³Vietnam linhnm

I removed support for Drupal 9

πŸ‡»πŸ‡³Vietnam linhnm

Hi @fabsgugu,
The service JsCollectionRenderer removes the deprecated StateInterface in Drupal 11.
There are critical issues. Could you review the MRs please?

Thanks

πŸ‡»πŸ‡³Vietnam linhnm

Thanks @fabsgugu

πŸ‡»πŸ‡³Vietnam linhnm

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

πŸ‡»πŸ‡³Vietnam linhnm

linhnm β†’ created an issue.

πŸ‡»πŸ‡³Vietnam linhnm

Hi @mably,
I created the MR.
Could you help me review that? Thanks

πŸ‡»πŸ‡³Vietnam linhnm

linhnm β†’ changed the visibility of the branch 3473506-tacjs-youtube-shorts to active.

πŸ‡»πŸ‡³Vietnam linhnm

linhnm β†’ changed the visibility of the branch 3473506-tacjs-youtube-shorts to hidden.

πŸ‡»πŸ‡³Vietnam linhnm

linhnm β†’ changed the visibility of the branch 3473506-tacjs-media-not to hidden.

πŸ‡»πŸ‡³Vietnam linhnm

Thanks guys!

#15 save my life.

πŸ‡»πŸ‡³Vietnam linhnm

I received an error message while upgrading to Drupal 10.3.0.

The mapping definition at `ckeditor5.plugin.ckeditor5_list:properties` is invalid: its `label` key contains a string.
πŸ‡»πŸ‡³Vietnam linhnm

#10 work for me with multiple conditions.

πŸ‡»πŸ‡³Vietnam linhnm

Reroll for:
Drupal 10.2.5
migrate_tools: 6.0.2
path_redirect_import: 2.0.9

πŸ‡»πŸ‡³Vietnam linhnm

Here is the issue I encountered.
The instance cannot create the recurring date.

πŸ‡»πŸ‡³Vietnam linhnm

Get the #state based on field_parent

πŸ‡»πŸ‡³Vietnam linhnm

Change the extract_dir to match with default unzipPackage destination

πŸ‡»πŸ‡³Vietnam linhnm

I have the same problem here. The issue occurs because the functions 'submit' and 'callback' are non-static.

πŸ‡»πŸ‡³Vietnam linhnm

Change the hook after generate the URL

πŸ‡»πŸ‡³Vietnam linhnm

I encountered this issue on Drupal 10.1.

Steps to reproduce

  1. Create a custom field widget with tabledrag for unlimited fields..
    $element['table-row'] = [
          '#type' => 'table',
          '#header' => [
            $this->t('Column @number', [
              '@number' => $delta + 1,
            ]),
            $this->t('Weight'),
            $this->t('Parent'),
          ],
          '#empty' => $this->t('Sorry, There are no items!'),
          '#prefix' => "<div id='links-fieldset-wrapper-{$delta}'>",
          '#suffix' => '</div>',
          '#tabledrag' => [
            [
              'action' => 'match',
              'relationship' => 'parent',
              'group' => 'row-pid',
              'source' => 'row-id',
              'hidden' => TRUE,
              'limit' => FALSE,
            ],
            [
              'action' => 'order',
              'relationship' => 'sibling',
              'group' => 'row-weight',
            ],
          ],
        ];
  2. The tabledrag icon for the multiple fields is being added to the last child js-indentation

I have re-rolled the patch for the 10.1

πŸ‡»πŸ‡³Vietnam linhnm

The #default_value of entity form alway get the default language. So I created the patch to get the translation version

πŸ‡»πŸ‡³Vietnam linhnm

privacyUrl is untranslatable on version 6.x.

πŸ‡»πŸ‡³Vietnam linhnm

Agree with @tea.time. Move to NW

πŸ‡»πŸ‡³Vietnam linhnm

Reroll for latest 10.0.x. No other change.

πŸ‡»πŸ‡³Vietnam linhnm

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

πŸ‡»πŸ‡³Vietnam linhnm

Reroll for Drupal 10.x. No other changes.

πŸ‡»πŸ‡³Vietnam linhnm

The MRs work well.
Moving to RTBC.
Thank you

πŸ‡»πŸ‡³Vietnam linhnm

Rerolled patch from #10

πŸ‡»πŸ‡³Vietnam linhnm

Rerolled patch from #36 against 9.5.4. No other changes.

πŸ‡»πŸ‡³Vietnam linhnm

Confirming the patch in #2 works

πŸ‡»πŸ‡³Vietnam linhnm

#235 is working for me on 9.2.6 but only for unlimited fields. I added a condition to hide the button when the amount of values is limited.

Production build 0.71.5 2024