- ABP Framework version: v7.2.2
- UI Type: Angular
- Database System: EF Core (SQL Server)
- Tiered (for MVC) or Auth Server Separated (for Angular): NO
- Exception message and full stack trace:
- Steps to reproduce the issue:
we are creating permissions for in the project: Domain.shared but we have found that when we deploy it does not display the permissions we created and neither the texts of the localization file. Could you please let me know what could be happening?
3 Answer(s)
-
0
hi
we are creating permissions for in the project: Domain.shared
Can you share some code of this?
when we deploy it does not display the permissions we created and neither the texts of the localization file.
Does it work on your locally?
-
0
Does it work on your locally? Yes. When i make deploy of my app it do not show permissions on page of roles. on this case show 40 but there are more of 40
on data base i can see the permissions and it is more of 40. on the table AbpPermissions,AbpPermissionGroups and AbpPermissionGrants.
Can you share some code of this?
additional even though I set the names in the en.js files, when deploying the app it still comes out without the name. example:
-
0
hi
Is there any info in the logs?
How can I reproduce this in my locally?
Thanks.