hi
Can you share more steps? Which project and what page have you added your code to?
Are you using Lepton theme or LeptonX theme?
hi
Can you share some code to reproduce this, or can you reproduce this in the new 8.1.1 template project?
hi
There are two components with the same name, Please confirm yours.
SideMenu and TopMenu
Volo.Abp.AspNetCore.Components.Web.LeptonXTheme.Components.ApplicationLayout.SideMenu.Navigation
public partial class MobileNavbar
Volo.Abp.AspNetCore.Components.Web.LeptonXTheme.Components.ApplicationLayout.TopMenu.Navigation
public partial class MobileNavbar
hi
You can consider overriding the default component and adding a timer to call the API every 5 seconds.
I think no need for the Signlar.
hi
I need to customize the roles tab and modify the way data is saved. To accomplish this, I found that I need access to the Identity module source code.
You can override the module pages without add its source code.
See https://support.abp.io/QA/Questions/160/How-to-customize-an-ABP-project
Alternatively, is it possible to purchase just the specific module needed instead of upgrading the entire license tier?
There is no such option.
hi
how can I schedule Background job to run on monthly basis on a specific time such as EOD
You should use Background-Workers in your case.
https://docs.abp.io/en/abp/latest/Background-Workers#asyncperiodicbackgroundworkerbase
hi
The background job manager doesn't support CRON by default. It's just a simple job manager. for advanced features, you have to use a third-party library.
https://docs.abp.io/en/abp/latest/Background-Jobs#default-background-job-manager
Good news. 👍
hi
You can disable a special filter by https://docs.abp.io/en/abp/latest/Data-Filtering#idatafilter-service-enable-disable-data-filters
Add your custom LINQ query to the repository.