AgenturPottkinder / typo3_forum

An Extbase-based TYPO3 Extension which is called typo3_forum
http://www.mittwald.de
GNU General Public License v2.0
35 stars 54 forks source link

[BUGFIX] Show "disable" option for fe_users in backend again #331

Closed sgrossberndt closed 5 years ago

sgrossberndt commented 5 years ago

Commit d795a992 [TASK] reports & mod function in 07-2013 added a TCA config overriding the fe_users.disable column type from check to passthrough which hides the field in the backend making it impossible to disable fe_users records there. This was probably not on purpose as there are no negative side effects when editing the record in the backend.

This patch removes the override in order to re-enable the functionality to disable fe_users in the backend.