Activities of "Sturla"

This is maybe not a bug but it makes the UI much more professional...

Please do not activate the Save button until something has been changed.

Here I just opened up this entity and changed nothing.. but still the Save button is active...

Clicking "Request Personal Data" does not fully work.. I first clicked it and nothing happened.. wated for 2 min end then refreshed the page and nothing.. I had to navigate from it and back to it and re-clicking on the button to get the following

I´m on Blazor WebApp btw..

When saving a new entry there is a flicker of a validation error "The Name field is required" before its saved.. can´t you fix that?

Following https://abp.io/docs/latest/tutorials/book-store-with-abp-suite/part-03?UI=BlazorWebApp&DB=EF

I see that the calander icon is also black.

And why not styling the calander it self? Its not super pretty like this, right?

All code created by Suite uses curly bracket namespaces but all the documentation uses file scoped namespaces I would like Suite to use file scoped ones.

Here is a small one.. It would be great to be able to double click these here to open up a browser tab

There is nothing being shown in the Exceptions view (even when there is an actual exception.. here I only show a warning)

This is also like this for the Blazor app.. I have the latest bits of everything and just following a tutorial at this point in time..

Add the new Blazor WebApp UI option to the single layer option (as can be seen missing here or explain why its not possible..

I was going to create a modular solution (create all my major features as modules) and use the latest Blazor offering but now I´m confused what I should use..🤷‍♂️

You should add

But this is all code created by Suite. It adds the mapping to one but not the other. I would expect Suit to add it to both 🤷‍♂️

Just going through the Bookstore tutorial I get the following error (and frosen UI) after I create an Author and then click on the Edit action on him.

Error: AutoMapper.AutoMapperMappingException: Missing type map configuration or unsupported mapping.

Mapping types:
AuthorDto -> AuthorUpdateDto
Acme.BookStore.Authors.AuthorDto -> Acme.BookStore.Authors.AuthorUpdateDto
   at lambda_method4965(Closure, Object, AuthorUpdateDto, ResolutionContext)
   at Volo.Abp.AutoMapper.AutoMapperAutoObjectMappingProvider.Map[TSource,TDestination](Object source)
   at Volo.Abp.ObjectMapping.DefaultObjectMapper.AutoMap[TSource,TDestination](Object source)
   at Volo.Abp.ObjectMapping.DefaultObjectMapper.Map[TSource,TDestination](TSource source)
   at Acme.BookStore.Blazor.Client.Pages.Authors.OpenEditAuthorModalAsync(AuthorDto input) in C:\Dev\Acme.BookStore\src\Acme.BookStore.Blazor.Client\Pages\Authors.razor.cs:line 204
   at Acme.BookStore.Blazor.Client.Pages.Authors.<>c__DisplayClass113_0.<<BuildRenderTree>b__48>d.MoveNext() in C:\Dev\Acme.BookStore\src\Acme.BookStore.Blazor.Client\Pages\Authors.razor:line 208
--- End of stack trace from previous location ---
   at Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task)
   at Volo.Abp.BlazoriseUI.Components.EntityAction`1.ActionClickedAsync()
   at Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task)
   at Blazorise.DropdownItem.ClickHandler()
   at Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task)
   at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle, ComponentState owningComponentState)

Should this mapper be in the Blazor project also (its only in the Client project)? I havent worked with the Blazor WebApp.. 🤷‍♂️

At least if I add it all seems to work..

Blazor WebApp 9.0.2

Showing 31 to 40 of 218 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on October 30, 2025, 06:33