When you turn the class portfolio or class notes module off, it breaks the summary view for both teacher and student. It seems that there are some dependencies in the summary view that are causing this.

Comments

regx’s picture

Status: Active » Fixed

Summary view now only displays summary for enabled modules.
Currently the summary is done by loading the appropriate views. It would probably be better to define a class_summary hook so that we can just call invoke class summary. This would make it easier to add more class modules.

Anonymous’s picture

Status: Fixed » Closed (fixed)