abp icon indicating copy to clipboard operation
abp copied to clipboard

Change the default name of the policy

Open phongphongg opened this issue 3 years ago • 1 comments

  • ABP Framework Version: 5.3.4
  • Database Provider: EF Core

Can I change the default name of the policy? If yes, how should I do it?

Example: AbpIdentity.Roles.Create -> MyDomain.Roles.Creaate

Thanks

phongphongg avatar Sep 20 '22 13:09 phongphongg

Don't break the domain's design. You can change the localization item value instead.

gdlcf88 avatar Sep 20 '22 18:09 gdlcf88