-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Open
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe the problem.
Resource Permission Management Dialog doesn't work if you follow the documentation
Describe the solution you'd like
The documentation should make it clear that modal should be opened with
var _resourcePermissionsModal = new abp.ModalManager({
viewUrl: abp.appPath + 'AbpPermissionManagement/ResourcePermissionManagementModal',
modalClass: 'ResourcePermissionManagement'
});
Additional context
No response
Reactions are currently unavailable