I'm using this module but I find a lot of hardcoded sql querys in the user module like this one in model YumUser.php:
$sql = "select id, action.title from permission left join action on action.id = permission.action where type = 'role' and principal_id = {$role->id}";
I'm using this module but I find a lot of hardcoded sql querys in the user module like this one in model YumUser.php: $sql = "select id, action.title from permission left join action on action.id = permission.action where type = 'role' and principal_id = {$role->id}";
Hava I missed someting?