- First commit to issue fork.
- Merge request !5Issue #3287825: Automated Drupal 10 compatibility fixes → (Open) created by stephen-cox
- First commit to issue fork.
- 🇪🇸Spain tonibarbera
I've merged the changes in src/Controller/GroupWebformController.php from the issue 3214003.
- 🇪🇸Spain tonibarbera
Added new commit to fix the error:
Drupal\Core\Entity\Query\QueryException: Entity queries must explicitly set whether the query should be access checked or not. See Drupal\Core\Entity\Query\QueryInterface::accessCheck(). in Drupal\Core\Entity\Query\Sql\Query->prepare() (line 141 of core/lib/Drupal/Core/Entity/Query/Sql/Query.php).
- 🇺🇸United States SocialNicheGuru
Updated patch to removed core:8.x from .info.yml and to have a stable patch for security issues
- First commit to issue fork.
- Merge request !6Upgrading to work with Groups 3.0 and Drupal 10. Please consult README for additional changes. → (Open) created by JI_Gravityworks
- 🇺🇸United States JI_Gravityworks
Hello! My company has a client that needs this module upgraded to use Drupal 10 and Groups 3.0. I've just committed a working version and would love feedback on it. I chose to commit it on this branch so that others would get proper credit for their D10 readiness updates. I also included the patch at https://www.drupal.org/project/group_webform/issues/3321229 📌 Replace README.txt with README.md RTBC since it was RTBC, though I made some text additions to the README.md file.
Fork branch is here:
https://git.drupalcode.org/issue/group_webform-3287825/-/tree/group_webf...Comparison is here:
https://git.drupalcode.org/issue/group_webform-3287825/-/compare/8.x-1.x...MR is here:
https://git.drupalcode.org/project/group_webform/-/merge_requests/6Thanks to @tonibarbera, @SocialNicheGuru, @stephen-cox, @Anmol_Specbee, @Sonal Gyanani, and @gowthamrajkrishnasamy for your contributions!
- First commit to issue fork.
- Merge request !7Added back the webform submissions' bulk operations. → (Open) created by leomontenegro6
- 🇮🇳India Bushra Shaikh
I applied MR !7 got below error:
error: patch failed: src/GroupWebformSubmissionListBuilder.php:42 error: src/GroupWebformSubmissionListBuilder.php: patch does not apply
- 🇺🇸United States JI_Gravityworks
@Bushra-- I think the patch at #6 works; we're working on adding a bit more functionality in #7. Could you give that one a try? Thanks!
- 🇺🇸United States SocialNicheGuru
Is there a way to have two releases with one that supports group 2.x and another that supports group 3.x?