Ignore:
Timestamp:
26 Nov 2007, 19:18:09 (17 years ago)
Author:
joachim
Message:

M skins/waeup_student/create_level.py
use course_results for carry_overs

M skins/waeup_pins/pins_view.pt
M skins/waeup_pins/search_pins.py
sort batches in select-box

M Widgets.py
M WAeUPTables.py
M WAeUPTool.py
mass_(create,edit)_courseresults edits verdict in level.

M profiles/default/layouts/application_cest.xml
M profiles/default/applicants_catalog.xml
new meta_data field "serial", index must be added manually

Location:
WAeUP_SRP/base/skins/waeup_pins
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/waeup_pins/pins_view.pt

    r2140 r2766  
    6262                >
    6363          <option value="--">Goto Batch ...</option>
    64           <option tal:repeat="batch context/objectIds"
     64          <option tal:repeat="batch info/batches"
    6565                  tal:attributes="value batch"
    6666                  tal:content="batch">
  • WAeUP_SRP/base/skins/waeup_pins/search_pins.py

    r2615 r2766  
    109109    view = context.batch_view
    110110elif context.portal_type == "ScratchCardBatchesFolder":
     111    batches = context.objectIds()
     112    batches.sort()
     113    info['batches'] = batches
    111114    view = context.pins_view
    112115if psm == '':
Note: See TracChangeset for help on using the changeset viewer.