HughP / simal

Automatically exported from code.google.com/p/simal
0 stars 0 forks source link

Editing project duplicates people #386

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Goto a project detail page whilst logged in.

Click Edit

Click Save

People will now have been duplicated across multiple roles.

Original issue reported on code.google.com by ross.gardler on 11 Feb 2011 at 9:34

GoogleCodeExporter commented 9 years ago
Actually there is no need to click save for the duplicates to appear. 
Furthermore, the people are not populating from the currently viewed project. 
If you go to Project A in the test data, for example, you don't see duplicates 
from the people from that project, you see the people who are assigned to the 
first project (i.e. the OSS Watch project with a clean set of data).

Original comment by ross.gardler on 21 Feb 2011 at 10:08

GoogleCodeExporter commented 9 years ago
When the page is switched into edit mode the person panels switch to displaying 
all the people in the repository. The filter for people appears to have been 
lost.

Original comment by ross.gardler on 21 Feb 2011 at 10:27

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r2162.

Original comment by rgardler...@gmail.com on 21 Feb 2011 at 11:32

GoogleCodeExporter commented 9 years ago
Note that the issue here is the way the PersonFilterForm works. Because the 
PersonFilterForms were part of the EditProjectForm their onSubmit was triggered 
when pressing the edit button. This led to a wildcard search on all people in 
the repository, rather than filtering the people already in the list.

Created Issue 394 for this.

Original comment by sander.v...@oucs.ox.ac.uk on 23 Feb 2011 at 12:52