product version: 10.5 product type: Angular product framework: .net core
(OnLazyLoad) eventEmitter not fired when the primeNG (p-table) is in a modal. The problem is general to all the modals. This did not happen before upgrading to the latest version.
Example: When we try to login as a user, the list is always empty because the event is never triggered.
The call to the API is therefore never made.
(code from src\app\shared\common\lookup\common-lookup-modal.component.html)
getRecordsIfNeeds in never triggered
Thank you for your support.
Angular & ASP.Net Core Asp.Net Zero version 9.3.0 ABP framework 5.14.0
In our project we are trying to allow machine to machine communication. For that, we enabled identity server. We created a client that support client_credentials. We were able to generate an access token with the client id and client secret. When we try to use this token to execute a http request, we always received 403 forbidden.
Is it something missing ?
The steps we took :
Angular & ASP.Net Core
ABP version 8.1
ABP framework 5.1.0
When I activate Entity History, It detects when I create and detele an entity. When I update an entity, It doesn't detected.
I follow all the instructions here : https://aspnetboilerplate.com/Pages/Documents/Entity-History && https://docs.aspnetzero.com/en/aspnet-core-angular/latest/Features-Angular-Entity-History
Tryed both configurations :
OR
Is there something missing ?
Hi!
I'm wondering if it's possible with the asp.net zero framework to setup my controllers and controller actions to validate the user's roles instead of the user's permissions. This way, working with our customer, we could setup pre-defined roles and enforce those directly in the application (examples: Administrator, User, UserReadOnly, Supervisor, SectionSpecificUser, etc.).
We're encountering situations where we have "pages" that have dependencies on multiple permissions and we're looking at good solutions for this.
Thanks !