Activities of "wai"

I use DevExtreme in my application and would like to restrict access to data changes. How to use abpPermission if possible?

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

Thanks Mehmet.

Please be in awe of how to create a module and integrate it into your Angular application. Describe step by step.

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

Hello! I have a problem. I have entity "Employee" add dependency with AppUser using ABP Suite Navigation property: AppUserDTO created in ApplicationAutoMapperProfile () added

CreateMap <AppUser, AppUserDto> (). Ignore (x => x.ExtraProperties);

but on creation it throws the following error: An example was taken from the topic: https://support.abp.io/QA/Questions/150/How-To-Create-a-Help-Desk-Ticket-Entity

I did the same as in your example. I don't quite understand how to call them on the page?

Yes, this is a great example. But I had a question how to implement it in Application Layer?

Please check the appseting in your solution

It was wonderful and not only for me!

Yes, this is what you need, but how to organize it in DDD correctly. The organization of the AspNetBoilerplate methods is different. Could you do an example for DDD

Thanks now it works :) We will understand. Have a nice day

Showing 1 to 10 of 20 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11