Open Closed

Crud page generated by abp suite 2.3.0 is not worked! #71


User avatar
0
zony created

Crud page generated by abp suite 2.3.0 is not worked!

The solution is created by cli: abp new Test.MVC -t app-pro -u mvc.

It can build and run successful, but the page is not worked.

The google chrome console has one error:

Uncaught TypeError: Cannot read property 'books' of undefined
    at HTMLDocument.<anonymous> (index.js?_v=637210729708708542:5)
    at mightThrow (jquery.js?_v=637209671264387665:3534)
    at process (jquery.js?_v=637209671264387665:3602)


1 Answer(s)
  • User Avatar
    1
    alper created
    Support Team Director

    Hi,

    This is a bug and it has been fixed in the next version v2.4.0 on April 3, 2020. The workaround is; replace the marked linke with the below in index.js

    window.myBookStore.books.book
    

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11