I have to admit that I'm very disappointed with ABP for several reasons. However, that's a topic for another post. Currently with using the 8.1.4 release and selecting a Blazor Server application there seems to be several bugs. First, the templating format is horrible. The code is all over the place in the .razor pages. Secondly, I created multiple enums in the ProjectName.Domain.Shared directory per documentation. I make use of ABP Suite to create my new entities and select all the options. During the creation of the entity it errors out. The reason for this seems to be two-fold. The first reason is due to the fact that the application code is looking for a namespace ProjectName.Shared (which obviously doesn't exist). The second is due to incorrect code either on the front-end or backend, depending on what ABP has intended. For instance, the following code is what is present during the creation of a new entity with delete and excel export selected:
This is the code in the .razor page.
GetMedicationCollectionLookupAsync
This is the code in the code behind file (generated and unaltered).
GetMedicationLookupAsync
Please address this as soon as possible. I need to get this application out as soon as possible.
8 Answer(s)
-
0
Hi,
Sorry for that, we will check and fix it.
-
0
Hi, I'm unable to reproduce the problem. Can you please share your entity metadata and steps, so I can reproduce the problem?
-
0
I will send the compressed zip file to support via email.
-
0
I will send the compressed zip file to support via email.
Thanks.
-
0
We received the files via email today.
-
0
May I have a status update on this please?
-
0
May I have a status update on this please?
Hi, I could successfully reproduce the error with your entity metadata. I have created an internal issue for it and will fix it asap. You can manually update the method name on the UI side for a quick workaround.
Regards.
-
0
Thank you for the reply.