Project and user creation do not happen inside a DB transaction
Bug #976842 reported by
Thomi Richards
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
sloecode |
Confirmed
|
Medium
|
Unassigned |
Bug Description
If something goes wrong during the project creation process, the project is still committed to the database. Instead, actions that manipulate the database should happen inside a database transaction, so the database is only touched if the entire operation succeeds.
To post a comment you must log in.