Option to hide groups on the profile pages

XMLWordPrintable

      It would be nice to have an option to hide the group list on the profile page (from other users). Our employees often work on many projects and clients should not have any clue about other projects than their own.

      We now patch the user_summary_pane.jsp with the diff below, but an option for it would save us the trouble.

      @@ -36,7 +36,7 @@
      </td>
      </tr>

      • <webwork:if test="groups && groups/size > 0">
        + <webwork:if test="/user == /remoteUser && groups && groups/size > 0">
        <tr>
        <td valign=top>
        <b><webwork:text name="'common.words.groups'"/>:</b><br>

            Assignee:
            Unassigned
            Reporter:
            Teemu Matilainen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: