Can't make someone a team adminstrator

Bug #595326 reported by Scott Kitterman
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Launchpad itself
New
Undecided
Unassigned

Bug Description

I'm an administrator of both ~pythonistas and ~pythoneers. I'd like to make barry an admin too, but I can't.

https://launchpad.net/~pythoneers/+member/barry (same for both teams), just says administrator no. Here's the html:

          <tr>
            <th>Administrator:</th>
            <td>

                <span>No</span>

            </td>
          </tr>

I can, however, remove admin status of an existing admin. Same section of code from https://launchpad.net/~pythoneers/+member/kitterman is:

            <th>Administrator:</th>
            <td>

                <input type="radio" value="yes" name="admin"
                       id="admin" checked="checked" />
                <label for="admin">Yes</label>
                <input type="radio" value="no" name="admin"
                       id="notadmin" />
                <label for="notadmin">No</label>

            </td>
          </tr>

Tags: lp-registry
Curtis Hovey (sinzui)
affects: launchpad → launchpad-registry
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.