Ignore:
Timestamp:
20 Jul 2023, 13:38:29 (14 months ago)
Author:
Henrik Bettermann
Message:

Remove redundant ‚key‘ field from exports.
Adjust tests and code.
Add columns to transcript officers landing page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/mytranscriptrequests.pt

    r17411 r17497  
    1010    <th i18n:translate="">Full Name</th>
    1111    <th i18n:translate="">Course Studied</th>
     12    <th i18n:translate="">End Session</th>
     13    <th i18n:translate="">Entry Mode</th>
    1214    <th i18n:translate="">Submission Date</th>
    1315  </tr>
     
    2224    </td>
    2325    <td tal:content="python:item[0].display_fullname">Bob</td>
    24     <td tal:content="python:getattr(item[0].course_studied,'title',None)">Bob</td>
    25     <td tal:content="python:item[1]">Bob</td>
     26    <td tal:content="python:getattr(item[0].course_studied,'title',None)">CERT</td>
     27    <td tal:content="python:getattr(item[0],'end_session',None)">2012</td>
     28    <td tal:content="python:getattr(item[0],'entry_mode',None)">UG</td>
     29    <td tal:content="python:item[1]">date</td>
    2630  </tr>
    2731  </tbody>
Note: See TracChangeset for help on using the changeset viewer.