linhnm β created an issue.
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.
linhnm β created an issue.
Confirmed #2 working on Drupal 11.1.1
I'm using a custom search API query programmatically, and the issue occurs.
This patch #4 fixes it for me.
Thanks!
The MRs work for me. Thanks
I removed support for Drupal 9
Hi @fabsgugu,
The service JsCollectionRenderer
removes the deprecated StateInterface
in Drupal 11.
There are critical issues. Could you review the MRs please?
Thanks
Thanks @fabsgugu
linhnm β made their first commit to this issueβs fork.
linhnm β created an issue.
Patch #2 is working on 10.3.5
linhnm β changed the visibility of the branch 3473506-tacjs-youtube-shorts to active.
linhnm β changed the visibility of the branch 3473506-tacjs-youtube-shorts to hidden.
linhnm β changed the visibility of the branch 3473506-tacjs-media-not to hidden.
linhnm β created an issue.
Thanks guys!
#15 save my life.
Patch for 3.6
Reroll for Drupal 10.3.x
Fix the patch #47
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.
Reroll for 10.3. No other changes.
Patch #2 work for me
#10 work for me with multiple conditions.
Reroll for:
Drupal 10.2.5
migrate_tools: 6.0.2
path_redirect_import: 2.0.9
xurizaemon β credited linhnm β .
Here is the issue I encountered.
The instance cannot create the recurring date.
Get the #state based on field_parent
Patch for ^4.1
Patch for 4.0.3
linhnm β created an issue.
Change the extract_dir to match with default unzipPackage destination
Reroll for 3.1.0
I have the same problem here. The issue occurs because the functions 'submit' and 'callback' are non-static.
linhnm β created an issue.
linhnm β created an issue.
Re-rolled for 1.31
Change the hook after generate the URL
linhnm β created an issue.
Fixes #178 π Admin toolbar and contextual links should always be rendered in the admin language (if set) Needs work patch
Rerolled the patch #173 π Admin toolbar and contextual links should always be rendered in the admin language (if set) Needs work for Drupal 10.2.0
I encountered this issue on Drupal 10.1.
Steps to reproduce
-
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', ], ], ];
-
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
The #default_value of entity form alway get the default language. So I created the patch to get the translation version
Reroll #15 for version 2.0.
privacyUrl is untranslatable on version 6.x.
Agree with @tea.time. Move to NW
The patch work like a charm. Thanks
Reroll for 6.x
Reroll for latest 10.0.x. No other change.
linhnm β made their first commit to this issueβs fork.
Reroll for Drupal 10.x. No other changes.
linhnm β created an issue.
The MRs work well.
Moving to RTBC.
Thank you
linhnm β created an issue.
linhnm β created an issue.
Re-roll for Drupal 10.1
linhnm β created an issue.
Rerolled patch from #10
Rerolled patch from #36 against 9.5.4. No other changes.
Confirming the patch in #2 works
#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.