Yes the permission is still null.
I have email you the test project. Thanks!
1. Run the API and Angular
2. Login with default admin credentials
3. Head to “Group Management”
4. Click “+New Group” on top right corner
5. In the dropdown “Filter Type” select “State”
6. Give it a testing name and a code.
7. Click “Save”
8. Head to “Administration” > “Identity Management” > “Roles” > “admin” > “Permission”
9. The newly created permission is under the Group KMSv4
10. Scroll all the way down, and check the newly created state and select save.
11. Reopen the permission menu to see if it is assigned.
Note: the code for adding the new permission in the “Group Management” is in the FilterValueAppService.cs
Yes it is, it is under not under the parent
Hi,
I have created a new ticket for the other issue here https://abp.io/support/questions/8410/Unable-to-save-the-permission-after-creating-it-in-an-App-Service
Thanks!
Hi,
I've got this
from https://github.com/abpframework/abp/blob/dev/modules/permission-management/src/Volo.Abp.PermissionManagement.Application/Volo/Abp/PermissionManagement/PermissionAppService.cs#L35-L107
its correct, just that in the UI its not displaying correctly unless I restart the API (swagger)
Hi,
I see, let me try to delete and import accordingly.
Thanks!
Hi,
I have emailed you the link to a test project.
Thanks