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

Account created on 13 June 2018, over 6 years ago
#

Recent comments

πŸ‡ΊπŸ‡Έ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