~replaceafill/schooltool/cando

« back to all changes in this revision

Viewing changes to src/schooltool/cando/course.zcml

  • Committer: Douglas Cerna
  • Date: 2012-05-28 20:06:38 UTC
  • Revision ID: douglascerna@yahoo.com-20120528200638-8t2qwpelt19jt8t2
Added skills gradebook

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
    <require
46
46
        permission="schooltool.view"
47
47
        interface=".interfaces.ICourseSkill" />
 
48
    <!-- XXX: hack to bypass GradebookOverview checks -->
 
49
    <require
 
50
        permission="schooltool.view"
 
51
        attributes="scoresystem" />
48
52
  </class>
49
53
 
50
54
</configure>