Also when I navigate to : admin/email/templates/system_messages.reviewables_reminder
I get this message :
Also when I navigate to : admin/email/templates/system_messages.reviewables_reminder
I get this message :
I think that happens when you use the new wysiwyg mode of the composer in that input field. I can reproduce it by using the toggle.
Thanks for reporting, we will have a look over the next few weeks. Workaround for now is not to select rich composer in this dialog.
I will make it so we can force a certain mode for certain DEditor components in the app.
Also…there is another bug here. I think because text_body_template
here has one
and other
and our UI doesn’t account for this, which is why we see [object Object]
as the error:
This happens in the Markdown editor too, so we are extra broken here. We handle this for the Subject:
But not for the body template. This has been broken the same way for at least 6 years now FIX: Don't refer to pending review items as flags · discourse/discourse@76669bb · GitHub … I guess noone ever tried to edit this template.
I will do the forced editor mode here, but I will also do some fix that is the same as Subject for one+other on the template.