Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-5443

Left navigation link People does not automatically appear

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Trivial Trivial
    • core
    • None
    • Any.
      Behavior duplicated under Windows XP, and Ubuntu.

      In the initial state of a Hudson Server, the People link does not appear.

      One can create jobs, and users, and manage both, and the People link will not appear.

      It only appears after a job is triggered by an scm poll.

      Instead of the current logic, could a test of:
      useSecurity && authorizationStrategy!=null && authorizationStrategy.length>0 || users!=null && users.length>0)

      { // the reference to authorizationStrategy may not be valid for "Anyone can do Anything". // include People link. }

      This change would allow for the link to not be shown when there is no security (enable security==false), and no implied users (via scm) exist.

      In the meantime, anyone who needs it can just include a link to People in their dashboard customization.

          [JENKINS-5443] Left navigation link People does not automatically appear

          ken_graham created issue -
          mdonohue made changes -
          Component/s New: gui [ 15492 ]
          Alan Harder made changes -
          Assignee New: Alan Harder [ mindless ]
          SCM/JIRA link daemon made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]
          Andrew Bayer made changes -
          Status Original: Resolved [ 5 ] New: Closed [ 6 ]
          Jenkins IRC Bot made changes -
          Component/s New: core [ 15593 ]
          Component/s Original: gui [ 15492 ]
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 135532 ] New: JNJira + In-Review [ 203538 ]

            mindless Alan Harder
            ken_graham ken_graham
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: