uasoft-indonesia / badaso

Laravel Vue headless CMS / admin panel / dashboard / builder / API CRUD generator, anything !
https://badaso.uatech.co.id
MIT License
1.21k stars 224 forks source link

Error when trying to rename a menu item. #1040

Closed Dri372 closed 7 months ago

Dri372 commented 11 months ago

typo error in lines marked //eslint : is -> this

miftahurrahmi commented 10 months ago

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

Dri372 commented 10 months ago

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

miftahurrahmi commented 10 months ago

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

Dri372 commented 9 months ago

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

miftahurrahmi commented 9 months ago

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.

stale[bot] commented 7 months ago

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.