Ignore:
Timestamp:
30 Jun 2015, 07:14:17 (9 years ago)
Author:
Henrik Bettermann
Message:

More docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/docs/source/userdocs/applicants/create_students.rst

    r13108 r13118  
    7474      :noindex:
    7575
    76 5. Can the application slip can be created? Defective images may
     765. Can the application slip be created? Defective images may
    7777   cause the adapter method to raise an exception (``IOError``).
    7878
    7979If all these checks are passed, a new student record is created, a
    8080password is set, the transitions ``create`` and ``admit`` are fired
    81 and all student study course attributes are set. These are the
    82 changes which affect the database.
     81and all student study course attributes are set. All this is done
     82in one database transaction.
    8383
    8484Furthermore, `createStudent` also produces an application slip pdf
     
    8989section is being purged.
    9090
    91 As mentioned above, folder creation and file copying are not being
    92 rolled back if the database transactions fails, e.g. due to write
    93 conflict errors. Therefore, batch student creation should only be
    94 performed if the portal is offline.
     91As mentioned above, folder creation and file copying are not part of
     92the transaction and are not being rolled back if the database
     93transactions fails, for example due to write conflict errors.
     94Therefore, batch student creation should only be performed if the
     95portal is offline.
    9596
    9697
Note: See TracChangeset for help on using the changeset viewer.