tallence / core-forms

A simple and lean formeditor for the CoreMedia CMS.
Apache License 2.0
19 stars 13 forks source link

Fix for UsersMailEditor compile error @CMCC_2010.2 #65

Closed blackappsolutions closed 3 years ago

blackappsolutions commented 3 years ago

[ERROR] ../UsersMailEditor.mxml(37): Error: in column 38: Assigned expression type Array is not assignable to type ext.data.Store

timolemke commented 3 years ago

Hi @blackappsolutions thanks a lot for the hint! The error seems to be a wrong var type in ComboBoxField.mxml which is not equal to the type from ext.form.field.ComboBox#store where the array is passed through. We created another PR with a more simple solution, which works fine too: https://github.com/tallence/core-forms/pull/66

Please create another PR or an issue if it does not work for you.