davideuler / gitblit

Automatically exported from code.google.com/p/gitblit
Apache License 2.0
0 stars 0 forks source link

Ticket responsible list shows only owners and admins #476

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a new repository via Web UI.
2. Add a commit (if necessary).
3. Create a new ticket.
4. Notice only GitBlit admins and repository owners are listed.

What is the expected output? What do you see instead?
All users with permission to create or edit tickets (I think that's RW or 
above) should be listed as an available responsible owner. Right now it only 
shows users with the GitBlit admin role or users that are directly listed as a 
repository owner.

Our groups have RWC permission on ".*".

    [team "example"]
      role = "#fork"
      role = "#create"
      accountType = LOCAL
      repository = RWC:.*

What version of the product are you using? On what operating system?
GitBlit WAR 1.6.0, JDK 7u55, Windows 7, Tomcat 7.0.54 64-bit.

Original issue reported on code.google.com by gib...@gmail.com on 28 Jul 2014 at 8:40

GoogleCodeExporter commented 9 years ago
A little more detail on this issue. It appears the problem exists only when 
creating a new ticket in the repository. Once a ticket has been created and 
saved, all expected users show up when editing the saved ticket.

Original comment by gib...@gmail.com on 29 Jul 2014 at 4:16

GoogleCodeExporter commented 9 years ago

Original comment by James.Mo...@gmail.com on 12 Aug 2014 at 6:36

GoogleCodeExporter commented 9 years ago
Fix pushed to master.

Original comment by James.Mo...@gmail.com on 8 Sep 2014 at 7:27

GoogleCodeExporter commented 9 years ago
v1.6.1 released

Original comment by James.Mo...@gmail.com on 20 Oct 2014 at 9:36