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
Firstly thank you for the amazing UI-o-matic package and MCFly!
Getting in touch due to an issue we are experiencing on a site that we are trying to port to V8 using both packages but the issue seems specific to this MCFly package.
(For backstory purposes. This issue is occuring on a Version 8 website that has been migrated from a Version 7 website using the UI-o-matic package as well as MCFly).
After installing a fresh version of MCFly in the V8 Backoffice, We are able to view items that used to exist in the V7 version of the website, however when we try to create a new form or edit an old one, we receive the following error regarding the "dialogService" in MCFly/backoffice/MCFly/edit.controller.js
Removing the dialog service removes this error (As according to what I could see, it wasn't being used / referenced in this file)
but this then proceeds to show the next error:
I tried to dive in a little with this issue and follow the recommendations of angular by adding "track by $index" to everywhere I could spot an ngRepeat within the MCFly package however it sadly didnt change the status of this error (Sadly Im a bit too inexperienced with angular to understand whats going wrong here).
Are you aware of this issue?
Cheers
The text was updated successfully, but these errors were encountered:
Hey Tim!
Firstly thank you for the amazing UI-o-matic package and MCFly!
Getting in touch due to an issue we are experiencing on a site that we are trying to port to V8 using both packages but the issue seems specific to this MCFly package.
(For backstory purposes. This issue is occuring on a Version 8 website that has been migrated from a Version 7 website using the UI-o-matic package as well as MCFly).
After installing a fresh version of MCFly in the V8 Backoffice, We are able to view items that used to exist in the V7 version of the website, however when we try to create a new form or edit an old one, we receive the following error regarding the "dialogService" in MCFly/backoffice/MCFly/edit.controller.js
Removing the dialog service removes this error (As according to what I could see, it wasn't being used / referenced in this file)
but this then proceeds to show the next error:
I tried to dive in a little with this issue and follow the recommendations of angular by adding "track by $index" to everywhere I could spot an ngRepeat within the MCFly package however it sadly didnt change the status of this error (Sadly Im a bit too inexperienced with angular to understand whats going wrong here).
Are you aware of this issue?
Cheers
The text was updated successfully, but these errors were encountered: