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,
Hello bozkan ,
<abp-button buttonType="submit" formName="book"> {{ 'AbpUi::Save' | abpLocalization }} <i class="fa fa-check"></i> </abp-button>
<abp-button iconClass="fa fa-save float-end me-0 ms-2 custom-margin"> {{ 'AbpUi::Save' | abpLocalization }} </abp-button>
And add this in styles.css .custom-margin { margin-top: 0.2rem !important; }
Thanks,https://www.youtube.com/watch?v=R9CqTtn6Wcg 0:23:08 LeptonX - Angular Customization you can watch this video for steps. and this document https://docs.abp.io/en/abp/latest/UI/Angular/Theme-Configurations. If this not work please let me know how can I reproduce this at my end.
Hi
As you mentioned you are using custom login components and custom login button you have to create custom angular functionalities of your own with some external angular packages. Please follow the link for creating the microsoft account and use custom package for Microsoft external login. https://learn.microsoft.com/en-us/entra/identity-platform/tutorial-v2-angular-auth-code
Thanks,