Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #3412467: Fix custom group vbo action causing wsod error #4012

Conversation

hitesh-jain
Copy link
Contributor

Problem

When utilizing Social Views Bulk Operations for the Group Management field on the 'Manage Members' view page and subsequently creating a custom VBO action, the action fails when executed on group content entities causing WSOD page.

Solution

  • Ensure to add a condition to verify that the Url route object is not left unrouted.

Issue tracker

https://www.drupal.org/project/social/issues/3412467

How to test

  • Create a custom VBO action
  • Enable that action on the 'Group Manage Members' view under Social Views Bulk Operations for the Group Management field.
  • Execute the action, and observe that the website encounters an error instead of redirecting back to the 'Group Manage Members' page.

@robertragas robertragas merged commit 7db749f into goalgorilla:main Aug 22, 2024
14 of 19 checks passed
@robertragas robertragas added this to the 12.3.7 milestone Aug 28, 2024
@robertragas robertragas self-requested a review August 28, 2024 12:10
@robertragas robertragas added type: bug Fixes a bug in Open Social backport: verified This pull request has been back ported to an older minor version prio: medium team: guardians labels Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport: verified This pull request has been back ported to an older minor version prio: medium team: guardians type: bug Fixes a bug in Open Social
Development

Successfully merging this pull request may close these issues.

2 participants