stable
Clone or download
Read-only
Fix request #12439: csv export of project members should only export project members Issue introduced by git #tuleap/stable/5cd9b0b7a4b9b19584beed27996b4eabfce3404d For csv export, group_id was always 0 instead of being the one in the request. Go to site admin » users. Export as CSV. You should get selected users. Go to site admin » projects » a project » members. Export as CSV. You should get only the project members. Change-Id: I05ba64f886155d15c3a882d1a2f9d78d379b16b8
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/admin/Admin_UserListExporter.class.php | +4 | −3 | Go to diff View file |
M | src/www/admin/userlist.php | +10 | −1 | Go to diff View file |