xperseguers / t3ext-ig_ldap_sso_auth

TYPO3 Extension ig_ldap_sso_auth. This extension provides LDAP and SSO support for TYPO3.
https://extensions.typo3.org/extension/ig_ldap_sso_auth
GNU General Public License v3.0
30 stars 74 forks source link

TypeError Exception with IconFactoryHook #225

Closed tgaertner closed 1 month ago

tgaertner commented 1 month ago

I get following exception:

Causal\IgLdapSsoAuth\Hooks\IconFactory::postOverlayPriorityLookup(): Return value must be of type string, null returned causal/ig_ldap_sso_auth/Classes/Hooks/IconFactory.php line 61

The reason is that here is handed in 'null' as parameter: https://github.com/xperseguers/t3ext-ig_ldap_sso_auth/blob/0bcabe51607db3c830eaa86edc4b5f3126199ee6/Classes/ViewHelpers/ConfigurationTableViewHelper.php#L163

Reproduce: