Any update?
I sent you the project.
In this image you can see first date I changed which has different format than other fields before save. So on save only this field will be saved and others will save as null.
Hi,
I want to trigger a service call or any kind of call when the end user click save on this screen or in the page of setting permission directly to the user how to preform that
thanks
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, and please first use the search on the homepage. Provide us with the following info:
Hi ,
we already enable Chat module in our system , the issue that in Mobile View , there are no icon appear for "Chat"
but in case of Landscape it is showing
it is simple, just create an MVC Tired solution with SQL entity framework ,
then add any permission to the table AbpPermissions , and restart your application (web) and there are no permission in the list
Hi ,
we are using ABP now as Authentication and Authorization service (IAM or Auth-Server) , as we are attaching more and more services to this Auth-Server we need to generate permissions according to these services , so we need a mechanism to generate permission on start up for each service, save these permissions on Auth-Server.
is there anyway to do that , we already try to add these permissions to "abppermissions" table but it dose not work and Auth-server dose not list it on the permission list
advice plz
Hi,
it was my fault , i was using the Web API (Web), where i should use web host API (Host API)
regards,
kindly refund this ticket
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, and please first use the search on the homepage. Provide us with the following info:
Hi! i will tell you the scenario i did : first of all , i create a Client
then i granted this Client Application all Permissions , using the action menu next to the Application name
then i went to Postman I click in Authorization , i choose Type OAuth 2.0 and generate token with these values the token has been successfully generated
i have got the token and use it
now , once i click Send , i got this message :
what is the wrong am i doing ?
thanks