Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2016 11:57 AM
lol actually i found the error,
changed role to "roles"
was
roles.addQuery(role.name, thisRole);
changed to
roles.addQuery(roles.name, thisRole);