Closed (duplicate)
Project:
Front Page
Version:
8.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
18 Jul 2020 at 06:07 UTC
Updated:
23 Oct 2023 at 02:25 UTC
Jump to comment: Most recent
I am unable to delete role. following are the steps to reproduce this error.
When i debug module, i found a hook, which is no longer needed
function front_page_user_role_delete($role) {
// Delete Front configuration for the role being deleted.
Database::getConnection()->delete('front_page')
->condition('rid', $role->rid)
->execute();
}
| Comment | File | Size | Author |
|---|---|---|---|
| Screenshot_2020-07-18 Details ISMA.png | 85.97 KB | sagarwani |
Comments
Comment #2
shani mauryaComment #3
elc commented#3226405: User role delete getting error
Unknown why the other one is a child of this one, but this only needs one issue.