Hello ,
Please check if it helps you https://docs.abp.io/en/commercial/latest/abp-suite/create-module-solution#adding-your-new-abp-module-to-your-main-solution
Thank you.
Hello ,
To enable offline functionality, it's essential to utilize an SQLite database to store data. When the application is online, this data should be synced with the SQLite database. In instances where the network isn't available, operations should rely on the data stored in SQLite. Additionally, an event should be implemented to trigger data updates whenever the network connection is established.
We will try to provide ready solution for this but currently there is no plan for this.
Thank you.
Hello,
Could you please try to customize it in Themes/LeptonX/Components/SideMenu/MainMenu/Default.cshtml
file as per your requirement.
You may refer https://docs.abp.io/en/commercial/latest/themes/lepton-x/mvc#main-menu
thanks,
Hello,
Thanks for reporting the issue, we will fix it.
for time being you can add below code in global-style.css
file under AuthServer
div.lpx-login-bg{
position:unset !important;
}
div.container-fluid.overflow-hidden.p-0{
overflow-y: scroll !important;
overflow-x:hidden !important;
}
thanks
Hello,
then try with favicon.svg
file once.
also check this similar issue https://support.abp.io/QA/Questions/5805/Favicon or check in incognito tab.
thanks
Hello,
Try to add favicon icon under AuthServer\wwwroot\images\favicon
project.
Thanks
Hi,
Please add that favicon icon under Host/wwwroot
project; please make sure use .svg
file.
and check in Incognito tab.
Thanks.
Hello,
Please check if it helps you https://support.abp.io/QA/Questions/6647
Thanks.
Hello,
Please check if it`s helps you https://support.abp.io/QA/Questions/641/Organizational-Units-restricted-access-and-data-filtering
Thanks.
Hello ,
Please check this link https://docs.abp.io/en/abp/latest/UI/AspNetCore/Navigation-Menu
Thank you.