modxcms / fred

The friendly front-end editor for visual, drag-and-drop content building in MODX CMS
https://fred.modx.com
MIT License
57 stars 25 forks source link

Build error: Changelog is required #458

Closed BigBlockStudios closed 1 year ago

BigBlockStudios commented 1 year ago

Modx 3.0.2 Fred 2.0.2 PHP 7.4.33

No errors in modx log No errors in js console No errors in apache log

Attempting to build theme throws a "changelog is required" popup error but there are no selectable options on the changelog tab nor can I find any docs indicating if I have to create the changelog beforehand?

I would expect the extract template, license and readme will throw the same error as there are no selectable options on those tabs either.

image

BigBlockStudios commented 1 year ago

Found the issue ... this is actually an error in the extjs markup (??) the textarea elament has a typo in it

<textarea autocorrect="off" autocapitalize="none" spellcheck="false" style="opacity: 0; left: 0px; top: 0px;" class="ace_text-input" wrap="off"></textarea>

class="ace_text-input" should be: class="ace-text-input"