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
TInyMCE config is generated after each login, this seems to be due to "spellchecker_rpc_url" having a different "SecurityID" param, per user per session.
Affected Version
cwp 2.2.3
Description
TInyMCE config is generated after each login, this seems to be due to "spellchecker_rpc_url" having a different "SecurityID" param, per user per session.
SilverStripe\Forms\HTMLEditor\TinyMCECombinedGenerator::generateFilename()
determines if the config needs to generated by hashing the output of
SilverStripe\Forms\HTMLEditor\TinyMCEConfig::getAttributes()
as the config is different each time, "assets/_tinymce" is being filled up with config files.
Expected Behavior
TInyMCE config is generated once.
Actual behavior
TinyMCE config is generated after each login.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: