What steps will reproduce the problem?
1. Try creating a team without adding any members or repositories.
2. The UI states success, but the team doesn't get created
What version of the product are you using? On what operating system?
I'm running 0.8.2 WAR on Tomcat 7.0.25 on Ubuntu 10.4 64-bit.
Reported by Drew.Kutcharian on 2012-02-03 02:17:30
The text was updated successfully, but these errors were encountered:
The team actually does get created, but since it is empty the persistence backend throws
it away. :)
My fix will be to enforce a repository selection, not a user selection because teams
can be used in two ways:
1. user-repository access mapping (traditional, standard)
2. repository-hook mapping (sneaky)
Approach 2 allows you to group repositories and specify hook scripts in bulk, regardless
of user memberships or other team affiliations.
Originally reported on Google Code with ID 56
Reported by
Drew.Kutcharian
on 2012-02-03 02:17:30The text was updated successfully, but these errors were encountered: