Unifiedtransform
Unifiedtransform copied to clipboard
Can not Edit Admin
Can not edit admin accounts from Master, but it can deactivate and activate
@beneyraheem your PR is welcome.
You can resolve it by adding the proper select query in the respective function. Currently in code it is getting the school id of the current user (which is super-admin), and as super admin has no school id that's why error is coming. You just have to edit that code where it is taking the super admin school id and update it with the query which returns the admin school id and issue will be resolved.