- 🇺🇸United States Kristen Pol Santa Cruz, CA, USA
Thanks for the patch. It would be good to get more explicit steps to reproduce so tagging. Switching this to the 5.x branch as that is the latest release though it can be back ported.
+++ b/src/ContextManager.php (revision 2d10edc91d2739a3ee0db246fb5c18127a043a9c) @@ -151,7 +151,9 @@ - $currentContext = $this->currentRouteMatch->getParameter('context') ? $this->currentRouteMatch->getParameter('context')->id() : ''; + $currentContext = $this->currentRouteMatch->getParameter('context'); + $currentContext = ($currentContext instanceof Context) ? $currentContext->id() : ''; + ¶
Extraneous spaces on empty line.
- Status changed to Needs review
9 months ago 10:34am 27 February 2024 - 🇮🇳India Jasjeet Kaur Brar
Pardon me, but I am on branch 5.x but when I visit the path to add a field-group, I am getting permission errors.
Please assist me in reproducing this on 5.x so that i can apply patches in it.
Please & Thank You. - 🇸🇮Slovenia agile-mark-l
I was not able to reproduce this issue on the 5.x branch when using field_group module version 3.6.0 and Drupal version 9.5.11.