Starts in:
2 DAYS
3 HRS
42 MIN
18 SEC
Starts in:
2 D
3 H
42 M
18 S

Activities of "lizhaofeng"

hi maliming

When I upgraded to ABP version 7.3, I couldn't find a suitable way to override the AddMemberTableColumns and AddRoleTableColumns methods. Please tell me what I should do.

thanks

thx maliming. If there are any updates, please contact me.

hi,maliming By overriding the SetUserManagementTableColumnsAsync method, I have successfully added the fields for first name and last name to the member list.

If you need to implement Figure 2, how to display the first name and last name when adding and modifying members, and how to filter the queries as well?

In Language Management, it is desired to add the functionality of adding Language Text. Currently, our team is also facing the following issue.

https://support.abp.io/QA/Questions/3490/Is-there-any-way-to-add-an-entry-in-language-text-manually-through-UI-without-editing-the-json-file

I hope to use ABP Suite to generate Excel export functionality with localized column names, so that there is no need to modify the code again after it's generated.

Hi @zhaof,

You should not be able to select Guid type in Suite's Crud Page Generator UI if the solution's UI is Blazor. Because Blazor components doesn't support Guid type.

Is it a module template? Or how did you add that property with Guid type?

Hi yekalkan,

Yes, I used a module template, but Blazor components do not support the guid type. My suggestion is to either not generate the guid type or convert it to a character type to avoid compilation errors.

hi

Please refer to https://github.com/dotnet/aspnetcore/issues/38842#issuecomment-1342540950

This seems a aspnetcore problem.

hi maliming ,

It will be OK if I add following statements. This is a change of net7blazor service. I suggest that DisableImplicitFromServicesParameters = true,or explain it in the doc.

context.Services .AddServerSideBlazor() .AddHubOptions(opt => { opt.DisableImplicitFromServicesParameters = true; });

Hi @zhaof

downloadexcel missing remoteservice ,pls check it

Can you clarify this? Doesn't the as-excel-file api exist? Or is the url wrong?

hi yekalkan,

There is no problem if it is a single-tier program

But an error occurs if it is a multi-tier program. I think I should use remoteService

I created a Blazor project, followed the steps, but could not produce the error. If you are using a different step, please let me know.

hi gizem

Use Module Template to create a new page to get an error

Blazor project is ok

This error was found to only occur in blazor service ,use file.WriteToStreamAsync

Showing 31 to 40 of 53 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 20, 2024, 13:06