abp icon indicating copy to clipboard operation
abp copied to clipboard

Allow to extend AbpPermissionManagement js logic

Open totpero opened this issue 1 year ago • 0 comments

Hi,

I want to extend permission-management-modal.js and add check all children when parent is checked. Now when I check child the parent is checked and when I uncheck parent all children. It will be helpful if you can trigger event like this: abp.event.trigger("abp.module.permission-management.onCheckChange", { checked: $checkBox.is(':checked'), tab: $tab, checkbox: $checkBox }); before this line; Or if is other solution but not override all module in my project :).

Thanks.

totpero avatar Aug 09 '22 08:08 totpero