Activities of "Anjali_Musmade"

Answer

Hello, Please follow the below steps to Uninstall ABP Cli and ABP suite

dotnet tool uninstall -g volo.abp.cli
dotnet tool uninstall -g volo.abp.Suite

Delete folder after running uninstall command (C:\Users\MyName\.abp)

After that to install a particular ABP version hit the below commands on Command prompt

dotnet tool install -g volo.abp.cli --version 8.2

after this sign in with abp login username -p password

abp suite install --v 8.2

The above screenshot shows that your ABP cli and ABP suite versions are different, which may be the cause.

One more thing while updating an application from an older version to a newer version you need to follow the migration guide please check out https://docs.abp.io/en/commercial/latest/migration-guides/index

Thanks, Anjali

Hello,

Yes, it is a bug we will create an internal issue for this and will fix it in the next patch.

Thanks for your observation, your credits will refunded.

Regards, Anjali

Hello.

Sorry but there is no such example.

Hello,

could you please try once by changing LeptonX version like

<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX" Version="3.2.0" />

Check if it woks.

Thank you

Hello,

You'll need to customize it on your own according to your requirements. You will get the source code in the Identity module. Please check this doc https://docs.abp.io/en/commercial/latest/modules/identity#user-management for more info.

Thanks

Hello,

Check this doc https://docs.abp.io/en/commercial/latest/abp-suite/editing-templates if find helpful

Thanks

Hello,

You can download the source code of LeptonX from the ABP suite like

or also through ABP cli like abp get-source Volo.Abp.LeptonXTheme.Pro --version 3.1.4 please mention your appropriate version and you can download it.

Thanks

Hello,

please check this doc https://docs.abp.io/en/commercial/latest/tutorials/book-store/part-2?UI=NG&DB=EF#localization

I think try once with this one only

as you are passing it both ways like-

it might not be very clear, the correct approach should be "Enum:UserType.0": "Regular XXXXX",

thanks

Hello,

could you please check with this option once

try to add from database

Thanks

Hello,

on crud generator page you will see option to load entity from database as shown in screenshot

from there add user entity and then you will find it in your entity dropdown

Thanks

Showing 51 to 60 of 1087 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13