~edwinvandeven/openstudio/2.09

« back to all changes in this revision

Viewing changes to web2py/applications/OpenStudio/controllers/settings.py

  • Committer: Edwin van de Ven
  • Date: 2015-01-14 10:23:47 UTC
  • Revision ID: edwinvandeven@home.nl-20150114102347-jexsba8c0i02gjgx
Added permission for allowing to set the default sort order for classes in the schedule
Added settings page to allow setting the default sort order for classes in the schedule

Show diffs side-by-side

added added

removed removed

Lines of Context:
607
607
                    [ 'holidays-update', T('Edit holidays'), False ]]],
608
608
                [ 'teacher_holidays-read', T('Teacher holidays'), False ],
609
609
                [ 'classes_open-read', T('View all open classes'), False ],
 
610
                [ 'schedule_set_default_sort-update', T('Set default sorting of classes'), False ],
610
611
                ]],
611
612
          [ 'workshops-read', T("Workshops"), True, [
612
613
                [ 'workshops-create', T("Add workshops"), False],