You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the extension tries to add a tab to the contact summary or entity pages (e.g. for ECK entities) and therefore executes API calls without explicit permissions (and thus falling back to administer CiviCRM), when those calls fail, the exception is not caught and the entire view fails with an Authorization fails Yellow Screen of Death".
The code that adds the tabs in resource_civicrm_tabset() should be wrapped with a try-catch to avoid this.
The text was updated successfully, but these errors were encountered:
Any update on when this will be fixed. In my case I am looking for users with the CiviResource permission (but not 'administer CiviCRM') to be able to manage resource assignments
Since the extension tries to add a tab to the contact summary or entity pages (e.g. for ECK entities) and therefore executes API calls without explicit permissions (and thus falling back to
administer CiviCRM
), when those calls fail, the exception is not caught and the entire view fails with an Authorization fails Yellow Screen of Death".The code that adds the tabs in
resource_civicrm_tabset()
should be wrapped with atry
-catch
to avoid this.The text was updated successfully, but these errors were encountered: