Activities of "maliming"

You can follow the https://github.com/abpframework/abp/issues/17029

Thanks. We will discuss this internally.

hi

I created the proxy files by ABP CLI 7.3.0-rc.2, Can you try to upgrade your CLI?

hi

I get error in build as there is not type.

Add PlanDto to your Dtos folder.

// This file is automatically generated by ABP framework to use MVC Controllers from CSharp
using System;
using Volo.Abp;
using Volo.Abp.Application.Dtos;
using Volo.Abp.Domain.Entities;

[Serializable]
public class PlanDto : ExtensibleEntityDto<Guid>, IHasConcurrencyStamp
{
    public string Name { get; set; }

    public string ConcurrencyStamp { get; set; }
}

hi

I will try with your command. Wait a moment.

hi

You can remove the LanguageSwitch(blazor) and LanguageSwitchViewComponent(mvc).

Add a custom IToolbarContributor and remove them from context

https://github.com/abpframework/abp/blob/dev/modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Server.BasicTheme/BasicThemeToolbarContributor.cs#L14 https://github.com/abpframework/abp/blob/dev/modules/basic-theme/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic/Toolbars/BasicThemeMainTopToolbarContributor.cs#L31

https://github.com/abpframework/abp/issues/17029

We call dataTable.ajax.reload(); to reload the data after the modal is closed.

https://datatables.net/reference/api/ajax.reload()

Reset (default action or true) or hold the current paging position (false). A full re-sort and re-filter is performed when this method is called, which is why the pagination reset is the default action.

hi

Are you using Angular?

I guess your table UI is mvc, right?

Answer

hi

Please share your logs.txt, Thanks

liming.ma@volosoft.com

Showing 5871 to 5880 of 10645 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 12, 2025, 10:20