Replies: 4 comments
-
hi What is the tutorial link? |
Beta Was this translation helpful? Give feedback.
-
https://docs.abp.io/en/abp/latest/Tutorials/Part-1?UI=Blazor&DB=EF |
Beta Was this translation helpful? Give feedback.
-
hi You can test with https://github.com/abpframework/abp-samples/tree/master/BookStore-Blazor-EfCore |
Beta Was this translation helpful? Give feedback.
-
The BookType enum class is shown in the tutorial as follows: We need to update the relevant section of our JSON file to look like this instead: "Enum:BookType.Undefined": "Undefined", After updating the en.json file, the issue will be resolved. |
Beta Was this translation helpful? Give feedback.
-
``Hi,
I am going through the BookStore tutorial. When I display the list of books, the Type column shows as Enum:BookType.ScienceFiction (key) instead of just Sceince Fiction (value). What am I doing wrong?
And below is the Books.razor code
Beta Was this translation helpful? Give feedback.
All reactions