History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: SAK-13168
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Peter A. Knoop
Reporter: John Bush
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Sakai

there's no way to unset the group-aware role

Created: 06-Mar-2008 15:42   Updated: 23-Oct-2008 05:50
Component/s: Mailtool
Affects Version/s: 2.5.0, 2.5.2, 2.5.3
Fix Version/s: None

Time Tracking:
Not Specified

2.4.x Status: None
2.5.x Status: None
2.6.x Status: None


 Description  « Hide
This is from functionality added in SAK-9109. There's no way to set the mailtool.group.aware.role property to nothing because the defaults are hardcoded. If you set mailtool.group.aware.role to an empty string or a bogus role the default will be used. So basically the mailtool is forcing you to have a role configured that is group aware.

public String getGroupAwareRoleDefault() {
if (getSiteType().equals("course"))
return "Student";
if (getSiteType().equals("project"))
return "access";
return "";
}

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.