Adjust date settings for ILP information

Modify date ranges by editing your active config.groovy file. This is an optional process.

About this task

By default, date restrictions for ILP information are as follows:
  • Assignments that are due within the next 120 days are displayed. Assignments that have not been completed will continue to be shown even if they were due in the past. Assignments that have been completed will no longer be shown, even if their due dates fall within the date range. Be aware that if a Blackboard assignment does not have a due date, the assignment will not be displayed.
  • Events that are scheduled within the next 120 days are displayed. Events that occurred before today are not shown.
  • Activities (announcements) that have a publication date within the past 14 days and the next 120 days are displayed.

Procedure

  1. Open your <sis>-mobileserver-config.groovy file in an editor.
  2. Find the following section.

    /*

    ellucian.ilp.assignments.daysBefore = 0

    ellucian.ilp.assignments.daysAfter = 120

    ellucian.ilp.announcements.daysBefore = 14

    ellucian.ilp.announcements.daysAfter = 120

    ellucian.ilp.events.daysBefore = 0

    ellucian.ilp.events.daysAfter = 120

    */

  3. Modify the number of days before today and days after today that you want the items to appear.
    For example, if you want course events to remain visible for one week after they occurred, set ellucian.ilp.events.daysBefore to 7.
  4. Uncomment the ILP settings block (remove the leading “/*” and the trailing “*/”), and save your changes to the config.groovy file.
  5. Restart Tomcat to apply the changes.