hi
: Is there a way to create a new text template directly from that the page?
How do you plan to use this new text template?
I mean, the new name is unknown/dynamic. Where do you use it?
Thanks.
hi
Can you share a demo project? I will download and check it.
liming.ma@volosoft.com
Thanks
hi
It will fixed in next patch 10.0.x version
https://github.com/abpframework/abp/pull/24609
You can copy the source code of https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.AspNetCore.Components.Web.Theming/PageToolbars/PageToolbarExtensions.cs#L33
and create a MySimplePageToolbarContributor class based on https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.AspNetCore.Components.Web.Theming/PageToolbars/SimplePageToolbarContributor.cs#L9
Thanks.
hi
Make sure you have installed the Studio. Don't uninstall it. and try to use AbpDevTools
> dotnet tool update -g AbpDevTools
> abpdev abp-studio switch 1.4.2
hi
Try to replace your packages as follows:
<ItemGroup>
<PackageReference Include="AspNetCore.HealthChecks.UI" Version="9.0.0" />
<PackageReference Include="AspNetCore.HealthChecks.UI.Client" Version="9.0.0" />
<PackageReference Include="AspNetCore.HealthChecks.UI.InMemory.Storage" Version="9.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="10.0.0" />
<PackageReference Include="KubernetesClient" Version="18.0.5"/>
<PackageReference Include="IdentityModel" Version="7.0.0" />
</ItemGroup>
hi
The RemoteServiceErrorInfo will be shown for the front end.
abp will also write the error logs when RemoteServiceErrorInfo happens.
You can check [Err] logs in the logs.txt file
Thanks.
hi
Can you add your custom code to a new project and share it?
liming.ma@volosoft.com
Thanks.