- ๐บ๐ธ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
about 1 year 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.
- ๐ฉ๐ชGermany jan kellermann
jan kellermann โ made their first commit to this issueโs fork.
- ๐ฉ๐ชGermany jan kellermann
I was also not able to reproduce this issue on the 5.x branch when using field_group 3.6 and Drupal 10.3.
Please give more information to reproduce.