Activities of "krushnakant"

Question
  • ABP Framework version: v4.4.3
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Our ABP CLI and ABP Suite both are of version 4.4.3 , we are trying to create a new solution in the same version that is 4.4.3 however the version that we get is 5.0.0.
  • Now, the problem we are facing in 5.0.0 is that after migration when we update database an error regarding jsonb datatype occurs as we are using postgreSQL 9.1 .
  • Our data is in postgreSQL 9.1 so we won't be able to update it. So, please provide a solution for how to overcome this issue ASAP.
  • Steps to reproduce the issue:"

No, I don't made any changes related with soft deletion.

Yes, record is available in database. But Identity User provides soft delete functionality due to which even if the data is deleted, the data remains in the database but the field isDeleted has its value true. Which means if a user of same username/email must be allowed to get inserted after it is deleted and it's entry remains in the Db as a deleted entry.

  • ABP Framework version: v4.4.3
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • In Volo.Abp.Identity.Pro module if we delete any record in Identity -> Users and create a new record with same username or email it gives error that username or email already exits.
  • Steps to reproduce the issue:"

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: v4.4.3
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • I created a new module from Abp suite and add it to my existing application and i have made some changes into it , now i want this full module (with changes in the module) into my another existing application . Is there any other way instead of creation of same module in other application ?
  • Let me know easiest possible way, Thank you .
  • Steps to reproduce the issue:"
  • ABP Framework version: v4.4.X
  • UI type:MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Title name of new role model is "New Role" , so same way title name of Edit model should be like "Edit Role" instead of only "Edit" in Role Management of Identity Module.
  • Steps to reproduce the issue:"

Ok got it. But we are supposed to use this module in our current project so is any other solution for the same?

  • ABP Framework version: v4.4.3
  • UI type: MVC / Razor page
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Validation message is not properly displyaing in Identity/Users/SetPassword of Volo.Identity.Pro module (try to save without entering passowrd).
  • Steps to reproduce the issue:"
  • ABP Framework version: v4.4.0
  • UI type: MVC / Razor Pages
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Role name field accepts any characters and white spaces(not showing error message on saving new role).
  • Module -> Volo.Identity.Pro (Pages -> Identity -> Roles)
  • Steps to reproduce the issue:"
  • ABP Framework version: v4.4.3
  • UI type: MVC / Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Incorrect Title Name is displaying in permissions while using AbpPermissionManagement modal (in Volo.Identity.Pro module).
  • Steps to reproduce the issue:"
Showing 31 to 40 of 45 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11