Hello jordanchen98,
please check similar issues
please do let me know if find helpful
Thanks, Anjali
Hello,
Can you please provide detailed steps to reproduce the issue?
Hi,
please have look to this https://github.com/abpframework/abp/commit/86b8f952eecfc6a109ab91e1bf39983b50e7c9f6#diff-835f2b3fd6817076674e0a6599617b07b015b34849235b20017ee0601206a3b8
please let me know if find helpful.
Thanks
Hi ccernat,
Can you please check your deployed database to see if the values for ProviderId
are present or not?
Hello roberto.fiocchi@mcsi.it ,
The issue you're encountering is that the FilterText
property is the only one being passed to the URL when generating the Excel download link. This is because the DownloadAsExcelAsync
method only explicitly passes the FilterText
property. To include the other filter properties, you'll need to modify the method to explicitly pass them as well.
Thanks,
You can dowload the source code via cli.
abp get-source Volo.Abp.LeptonXTheme.Pro
run the code on your terminal (abp cli must be pre-installed)
If you want to remove a component, you may use replace-component system. (replace with empty component) there is replaceable key for almost all component you can check the docs https://docs.abp.io/en/abp/latest/UI/Angular/Component-Replacement
At the top side there is Navigation Items for which we can add with the help of NavItemsService.
At the bottom there is settings menu for now we don't have any function to add items to settings menu.
So can you please use overriding eThemeLeptonXComponents.Settings
components.
Hi bhasinp,
Please have a look at this link: https://docs.abp.io/en/abp/latest/UI/Angular/Modifying-the-Menu#how-to-add-an-element-to-right-part-of-the-menu
Thanks, Anjali
Hi , check this similar ticket https://support.abp.io/QA/Questions/2846/Existing-Database Thanks,