- 🇦🇺Australia elc
🐛 User role delete getting error RTBC
Unknown why the other one is a child of this one, but this only needs one issue.
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();
}
Closed: duplicate
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
🐛 User role delete getting error RTBC
Unknown why the other one is a child of this one, but this only needs one issue.