Ignore:
Timestamp:
14 Dec 2011, 13:38:59 (13 years ago)
Author:
Henrik Bettermann
Message:

Do not store a reference to a certificate but a dictionary with the code, title, department title and faculty title of certificates. In this way we can preserve the information even if the certificate has been removed.

The assignment of dynamic roles is not necessary in the application section. We can assign local roles in applicants containers. That's sufficient.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates/applicantdisplaypage.pt

    r7254 r7341  
    2727    <tr>
    2828      <td class="fieldname">
    29           Admitted Course of Study:
     29          Department:
    3030      </td>
    3131      <td>
    32         <span tal:replace="structure view/getCourseAdmitted" />
     32        <span tal:replace="view/getDepartmentAdmitted" />
     33      </td>
     34    </tr>
     35    <tr>
     36      <td class="fieldname">
     37          Faculty:
     38      </td>
     39      <td>
     40        <span tal:replace="view/getFacultyAdmitted" />
    3341      </td>
    3442    </tr>
Note: See TracChangeset for help on using the changeset viewer.