[Building Sakai] Assignment in 2.8 has date - year maxed to 2012

David Wafula davidwaf at gmail.com
Fri Jan 11 02:46:17 PST 2013


Am not sure whether to Jira this, but we just noticed that when creating
new assignment, the year-drop down in dates is maxed to 2012.

Looking at the code (
https://source.sakaiproject.org/svn/assignment/branches/sakai-2.8.0/),
org.sakaiproject.assignment.tool.AssignmentAction line 8367, there is


if (state.getAttribute(NEW_ASSIGNMENT_YEAR_RANGE_TO) == null)
{
 state.setAttribute(NEW_ASSIGNMENT_YEAR_RANGE_TO, Integer.valueOf(2012));
}


Couldn't find where NEW_ASSIGNMENT_YEAR_RANGE_TO is set.

Thanks
-- 
David Wafula
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20130111/f7c8cfa4/attachment.html 


More information about the sakai-dev mailing list