Ye Wen

Results 24 comments of Ye Wen

Hi: I think we should expose and override `GetListAsync` or `CreateFilteredQueryAsync` , and replace the default `PagedAndSortedResultRequestDto` to `targetGetListInput` . The framework provides these methods to make filtering easier and...

filter area added Collapse effect ![image](https://user-images.githubusercontent.com/34080651/194466915-651b26a0-f576-4c91-beea-da70b94dc3ae.png)

Use the last one because the permission code is appended at the end.The purpose of modification is to avoid abnormal process interruption when there are multiple groups

please check your dotnet version

Have you tried installing other .net framework software? Let's rule out whether it's a system environment issue or an AbpHelper installation package.

Required [AbpHelper.CLI PR](https://github.com/EasyAbp/AbpHelper.CLI/pull/227)

嗨,是否能处理下这种情况下的路径解析 ![image](https://github.com/siteserver/cms/assets/34080651/53e3aa04-85a9-4c42-8c84-0ad4c11122a0)

或许可以考虑使用一个变量`autoHideLeft`来自动屏蔽左端为0的值. 例如 :0天00小时10分03秒,当`:autoHideLeft="true"`显示为:10分03秒 `{{ h }}`

### abp project file MyAbpEntityFrameworkCoreModule.cs ``` public override void ConfigureServices(ServiceConfigurationContext context) { context.Services.AddAbpDbContext(options => { options.AddDefaultRepositories(includeAllEntities: true); }); context.Services.AddAbpDbContext(options => { options.AddDefaultRepositories(includeAllEntities: true); }); Configure(options => { options.UseSqlServer(); }); }...