← Back to team overview

mahara-contributors team mailing list archive

[Bug 820180] A change has been merged

 

Reviewed:  https://reviews.mahara.org/559
Committed: http://gitorious.org/mahara/mahara/commit/3f4ee9b1c957fe45e077bee8aed2c455e13e6842
Submitter: Hugh Davenport (hugh@xxxxxxxxxxxxxxx)
Branch:    master

commit 3f4ee9b1c957fe45e077bee8aed2c455e13e6842
Author: Richard Mansfield <richard.mansfield@xxxxxxxxxxxxxxx>
Date:   Wed Aug 3 17:01:37 2011 +1200

    Generate new parent folder for each new view copied (bug #820180)
    
    Files copied during view copying were not dealt with correctly
    when more than one view was being copied in a single request.
    The copying process automatically creates a folder in which to
    put any files it needs to copy, but the id of this folder was
    declared as static, so it didn't work once copying of multiple
    views is allowed.
    
    There is a similar problem for blogs created during view copies
    (to hold copied blogposts).  I'm not sure if there's a way to
    copy multiple views containing blogposts that need copying (it
    can't happen in institution views).  But the default blog creation
    function is updated in this patch anyway.
    
    Change-Id: Id8ea2504772f49ce8f301cfc19d41ba20b587e9d
    Signed-off-by: Richard Mansfield <richard.mansfield@xxxxxxxxxxxxxxx>

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/820180

Title:
  Files copied during user csv upload are put the wrong folders

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  When you create multiple users at once by uploading a csv file, and
  the institution specifies a view to be copied for those users on
  creation, all the files copied (as part of copied views) are placed
  into a folder owned by the first user to be copied.  Files owned by
  all the other new users are left inaccessible by their rightful
  owners.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/820180/+subscriptions


References