: )
Currently need to reproduce your problem.
Are there any logs on Nginx?
hi
You can try to override the Footer component in your blazor project, I will add this component in next version.
MyFooter.razor
@using Volo.Abp.DependencyInjection
@using Volo.Abp.AspNetCore.Components.Web.LeptonXTheme.Components.ApplicationLayout.SideMenu
@inherits Footer
@attribute [ExposeServices(typeof(Footer))]
@attribute [Dependency(ReplaceServices = true)]
<div class="lpx-footbar-container">
<div class="lpx-footbar">
<div class="lpx-footbar-copyright">
<span>@DateTime.UtcNow.Year©</span>
<a href="https://leptontheme.com/" target="_blank">Lepton Theme</a>
<span>by</span>
<a href="https://volosoft.com/" target="_blank">Volosoft</a>
</div>
<div class="lpx-footbar-solo-links">
<a href="#">About</a>
<a href="#">Privacy</a>
<a href="#">Contact</a>
</div>
</div>
</div>
hi
Volo.Abp.Account.AbpAccountApplicationContractsModule
Have you replaced all open-source modules with PRO?
AbpAccountApplicationContractsModule is an open-source module.
Your ticket has been refunded.
hi
You can try to override the DateTimeExtensionProperty component
https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.BlazoriseUI/Components/ObjectExtending/DateTimeExtensionProperty.razor#L15
I will make it support DisplayFormatAttribute in the next version.
https://github.com/abpframework/abp/issues/20037
hi
You can override the user list page and use a custom datatables.
See https://datatables.net/extensions/fixedcolumns/examples/integration/select-checkbox.html
This error ii resolved by updating all the packages.
Great 👍
How can i use abp suite to generate UI for angular as project is MVC razor pages. Where should i change the configuration so it will generate angular UI
I will ask our suite teammate.