Ignore:
Timestamp:
16 Jan 2025, 02:08:45 (11 hours ago)
Author:
Henrik Bettermann
Message:

CreateAllStudentsPage: Stop creation after 1000 students to avoid write
conflicts which sill occur even though transactions have formerly been
commited.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/createallstudentspage.pt

    r14952 r17985  
    11<div i18n:domain="waeup.kofa">
    2   <tal:success condition="view/successful">
    3     <strong i18n:translate="">Successfully created records:</strong>
    4     <br />
    5     <div  tal:replace="structure view/successful">
    6     </div>
    7     <br />
    8   </tal:success>
     2  <span i18n:translate="">
     3    <span i18n:name="n" tal:replace="view/n">N</span> student records have been successfully created.
     4  </span>
     5  <br />
    96  <tal:fail condition="view/failed">
    107    <strong i18n:translate="">Failed records:</strong>
Note: See TracChangeset for help on using the changeset viewer.