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
27 stars 70 forks source link

Exception if creating scheduler task #200

Open spoonerWeb opened 7 months ago

spoonerWeb commented 7 months ago

Version: 3.8.0 TYPO3: v11

If creating a scheduler task to import users there is an exception on save:

grafik

Solution: Add a return $this; to the setConfiguration() method.

klodeckl commented 6 months ago

Same here when updating an existing scheduler task. Commit fixes it. Thank you!