badaso icon indicating copy to clipboard operation
badaso copied to clipboard

Error when trying to rename a menu item.

Open Dri372 opened this issue 1 year ago • 6 comments

  • 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

Dri372 avatar Oct 12 '23 20:10 Dri372

Please send a video recording of the error you have experienced. Just for your information, Badaso has released version 2.9.10

miftahurrahmi avatar Nov 01 '23 02:11 miftahurrahmi

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"),"

Dri372 avatar Nov 04 '23 20:11 Dri372

Our internal team has checked it and did not find any issues as you mentioned

miftahurrahmi avatar Nov 22 '23 03:11 miftahurrahmi

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"),

Dri372 avatar Nov 27 '23 08:11 Dri372

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.

miftahurrahmi avatar Dec 15 '23 02:12 miftahurrahmi

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.

stale[bot] avatar Feb 13 '24 04:02 stale[bot]