I use DevExtreme in my application and would like to restrict access to data changes. How to use abpPermission if possible?
Thanks Mehmet.
Please be in awe of how to create a module and integrate it into your Angular application. Describe step by step.
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