Gernott / mask

TYPO3 Extension Mask
https://www.facebook.com/typo3mask
GNU General Public License v2.0
130 stars 86 forks source link

TypeError in ajax call when no RTE presets exist. #417

Closed nitori closed 3 years ago

nitori commented 3 years ago

This probably only happens if the rte_ckeditor extension has not been enabled.

It happened to me while performing an update from a version that was still using the old RTE, and when trying to use Mask I hadn't activated the new RTE yet.

An easy fix would be to have a fallback list of presets or to at least show an error to the user.

2021-06-23_141213

nhovratov commented 3 years ago

Thanks Lars, will take care!