badaso
badaso copied to clipboard
Error when trying to rename a menu item.
-
Badaso 2.9.4
-
When I edit a menu item on my Prod app, I get an infinite popup "Loading"
-
Root cause in file vendor/badaso/core/src/resources/js/pages/menu-management/builder.vue
typo error in lines marked //eslint : is -> this
Please send a video recording of the error you have experienced. Just for your information, Badaso has released version 2.9.10
Same type error in version 2.9.10
No need for a video, just have a look in the source of file vendor/badaso/core/src/resources/js/pages/menu-management/builder.vue
for instance, line 331 is " title: is.$t("alert.danger"),"
and should be " title: this.$t("alert.danger"),"
Our internal team has checked it and did not find any issues as you mentioned
Create a new project : composer create-project badaso/starter p1
Check the file : vendor/badaso/core/src/resources/js/pages/menu-management/builder.vue
Line 331 : title: is.$t("alert.danger"),
We were not aware that you were using Badaso Core through the Badaso Starter composer. After our team checked, we found that Badaso Starter is still using an outdated version of Badaso Core. We have fixed it, and the latest version of the Badaso Starter composer will be released soon.
Thank you for your enthusiasm in using Badaso.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.