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.
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.
Tested the latest version of 6.0.x-dev suggested in comment #8 and it still doesn't fix the problem.
programmerdiego β created an issue.
None of the patches worked for Drupal Version 10.1.5
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... β
"
}
}
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