Comment 2 for bug 913536

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/976
Committed: http://gitorious.org/mahara/mahara/commit/a7512716e508640d3c63a745da3cc4deb6ff0745
Submitter: Francois Marier (<email address hidden>)
Branch: master

commit a7512716e508640d3c63a745da3cc4deb6ff0745
Author: Richard Mansfield <email address hidden>
Date: Mon Jan 9 13:28:25 2012 +1300

    Delete group files and views when deleting groups (bug #913536)

    Most group data was not being deleted along with the group. This
    patch ensures all group views and artefacts are deleted when a group
    is deleted, and that any views submitted to the group are released.
    Forums are deleted using the delete method of InteractionInstance, but
    this just marks the forum as deleted rather than wiping the data.

    Change-Id: If160ebde3bf7c20d92929986fe70ad9e3853c6be
    Signed-off-by: Richard Mansfield <email address hidden>