We found an error using this module on our project.
When you are logged in via ecas, with a user that is not an administrator,
we get this error when we try to access some pages:
So in Drupal logs, we found the following error:
Error: Call to a member function access() on null in oe_bootstrap_theme_prepare_menu_local_task_links() (line 162)
We detected this error on the user profile and node pages.
To reproduce this issue:
Hi,
We found an error using this module on our project. When you are logged in via ecas, with a user that is not an administrator, we get this error when we try to access some pages:
So in Drupal logs, we found the following error: Error: Call to a member function access() on null in oe_bootstrap_theme_prepare_menu_local_task_links() (line 162)
We detected this error on the user profile and node pages. To reproduce this issue:
PR: https://github.com/openeuropa/oe_bootstrap_theme/pull/279