πŸ‡ΊπŸ‡ΈUnited States @programmerdiego

Account created on 13 June 2018, almost 7 years ago
#

Recent comments

πŸ‡ΊπŸ‡ΈUnited States programmerdiego

Similar issue as but it's a different output. Patches on issue 3449490 does not solve this new bug.

πŸ‡ΊπŸ‡ΈUnited States programmerdiego

Re:
smustgrave CreditAttribution: smustgrave at Mobomo commented 10 months ago
Does #2996297: Reset button does not use AJAX by chance solve this for you?

Yes. The reset button on Drupal 10.4.4 and Entity Browser version 8.x-1.5 seems to have solved the issue.

πŸ‡ΊπŸ‡ΈUnited States programmerdiego

This worked for me. I used it in a feed view and entered the date in this for format: 2024-05-15 00:00:00.

πŸ‡ΊπŸ‡ΈUnited States programmerdiego

smustgrave mentioned that 'Version: 6.0.x-dev" would solve this issue πŸ› Reset Button Closes Entity Browser View Instead of Reseting Form Active , but it doesn't. Tested on Simple Test Me.

πŸ‡ΊπŸ‡ΈUnited States programmerdiego

Tested the latest version of 6.0.x-dev suggested in comment #8 and it still doesn't fix the problem.

πŸ‡ΊπŸ‡ΈUnited States programmerdiego

None of the patches worked for Drupal Version 10.1.5

πŸ‡ΊπŸ‡ΈUnited States programmerdiego

Patch #5 worked for my Drupal 9.5.11 site.
I added the following to the composer.json file
"patches": {
"drupal/diff": {
Displays local tasks on revisions sub-tab: " https://www.drupal.org/files/issues/2023-10-05/2954352-diff-show-local-t... β†’ "
}
}

πŸ‡ΊπŸ‡ΈUnited States programmerdiego

Environment: D 9.5.7, groups v1.5.
I had two patches on my composer.json
1) ( https://www.drupal.org/files/issues/group-content-entity-tokens-2916907-... β†’ )
2) https://www.drupal.org/files/issues/2022-02-09/group-fix-group-revisions... β†’ )!

I removed both of my patches and ran the following and got it my system to work.

1. Install Flexible Permissions: 'drupal/flexible_permissions:^1.0@beta'
3. Enabled Flexible Permissions: 'drush pm-enable flexible_permissions'
4. Update Group Module: 'composer require 'drupal/group:^2.0@beta'
5. Update database: lando drush updb

Production build 0.71.5 2024