Activities of "oshabani"

Please download the following video file that shows the problem:

https://drive.google.com/file/d/1uR3pDtsQGF0dx_PdYHwL2j_R1V3NzZNG/view?usp=sharing

The problem is posting date format

Please try this link to download the project https://drive.google.com/file/d/1P916AsMgEubczSnbM6../view?usp=sharing

Any update?

I sent you the project.

  • ABP Framework version: v5.1.1
  • UI Type: MVC
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): Tiered
  • Exception message and full stack trace: if i try to save the exisitng date without any change it submitted as null in arabic language mode
  • Steps to reproduce the issue: In arabic language mode, once you choose any date from calandar and save, it will save but on second attempt if you save the date again without any change it will save as null. That means everytime you choose the date from calendar it will save correctly but if there is no change and try to save as is,it will save the date as null.

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.

  • ABP Framework version: 7.3.3
  • UI Type: MVC
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

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:

  • ABP Framework version: v7.3.2
  • UI Type: MVC
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes

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

any suggestions?

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

Hello,

thanks for your answer, i already test it and it is not loading , i already added a permission to the database and re-start the auth-server but it is not showing in the permission list from Web-Application i am using Redis for sure

regards,

Osama

  • ABP Framework version: v7.3.2
  • UI Type: MVC
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

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

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