Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

References

REQ-2, REQ-76, SAK-5444

...

Status and Results

The end of Phase 2 of development:

...

Requirement

...

Status

Requirement: Disable/enable Download buttons - using configuration files

Configuration

By 'properties' file

property key: course_grade_export_enabled - default value: true
property key: roster_export_enabled
- default value: true
compile-time path: tool/src/bundle/org/sakaiproject/tool/gradebook/bundle/Messages.properties
run-time path: WEB-INF/classes/org/sakaiproject/tool/gradebook/bundle/Messages.properties

By JSF configuration file

Bean id: exportBean
property: courseGradeDownloadEnabled - default value: true
property: rosterDownloadEnabled - default value: true
compile-time path: tool/src/webapp/common/WEB-INF/faces-beans.xml
run-time path: WEB-INF/faces-beans.xml

Requirement: 'Make download more configurable' - using configuration files

Configuration