Activities of "kapil"

  • ABP Framework version: v5.2
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"
  • when i upgrade project from 4.4.4 to 5.2 i have faced issue in Repository.
    • In 4.4.4 this code is working fine
      • var query = Repository.Include(r => r.LayerFields).Where(a => a.LayerName.Equals(tempLayerDto.LayerName));

but in 5.2 i upgrdae them its show error ->Error: IRepository<TempLayer, Guid>' does not contain a definition for 'Include' and no accessible extension method 'Include' accepting a first argument of type 'IRepository<TempLayer, Guid>' could be found (are you missing a using directive or an assembly reference?)

Question
  • ABP Framework version: v4.4.4
  • UI type:MVC
  • DB provider: EF Core / MongoDB
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

how Can I create abp-modal with draggable? there is any option??

code: <abp-modal centered="true" scrollable="true" size="Large" static="true" id="mySGLQueryBuilder"> <abp-modal-header title="Advance Query"></abp-modal-header> <abp-modal-body> </abp-modal-body> </abp-modal>

Question
  • ABP Framework version: v4.4.4
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

I have bigger entity due to dynamic form is too long can i divide in to tab(pills) form??

like this. (this is custom form and ui)

Question

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.4
  • UI type: MVC /
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes /
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

this is dynamic form i want to change in UI for Checkboxes i want two checkboxes in one line there is any option?? Like this.

how to config redis in project

ok I will Check

  • ABP Framework version: v4.4.4
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

i am using (IAuthorizationService instance) _authorizationService.IsGrantedAsync("Permission Name") in public project but when i am change the permission is not affected in Web.public Project.but when i restart project is affected.but i dont want to restart whole project.

if the role is inactive then the permission will not be displayed . how to config that and where the logic should be implemented.

if the role is activate or deactivate then what about the claims/Permission assigned to that role.

  • ABP Framework version: v4.4.4
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace: how to add activate and deactivate in role and after adding it how to implement it effect in role functionality.
  • Steps to reproduce the issue:"
Showing 21 to 30 of 65 entries
Made with ❤️ on ABP v9.1.0-rc.1. Updated on January 17, 2025, 14:13