Skip to content
GitLab
    • Explore Projects Groups Topics Snippets
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • fusiondirectory fusiondirectory
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 39
    • Issues 39
    • List
    • Boards
    • Service Desk
    • Milestones
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • fusiondirectoryfusiondirectory
  • fusiondirectoryfusiondirectory
  • Issues
  • #4208
Something went wrong while setting issue due date.
Closed
Open
Issue created 9 years ago by bmortier@bmortierMaintainer
  • New related issue

  • New related issue

list of group membership in user when in mixed mode 1.0.9x is not showing the same info as in 1.0.8.9

Closed

list of group membership in user when in mixed mode 1.0.9x is not showing the same info as in 1.0.8.9

it used to be "groupid [group desc]"

it is now "$groupid" which is quite ugly for final users

(from redmine: issue id 4208, created on 2015-10-10, closed on 2015-10-12)

  • Relations:
    • copied_to #4194 (closed)
  • Changesets:
    • Revision 1564d2a6 by Côme Chilliet on 2015-10-12T07:34:36.000Z:
Fixes #4208 Added descriptions to groups and roles list in user tab
  • Revision 4d6911b1 by Côme Chilliet on 2015-10-12T07:42:24.000Z:
Fixes #4208 Truncating description at 50 chars if needed
  • Revision ce611555 by Côme Chilliet on 2015-10-12T07:43:14.000Z:
Fixes #4208 Added descriptions to groups and roles list in user tab
  • Revision c7940f76 by Côme Chilliet on 2015-10-12T07:43:27.000Z:
Fixes #4208 Truncating description at 50 chars if needed
  • Custom Fields:
    • Bug in version: 1.0.9
  • Uploads:
    • group-list

    Tasks

    0

    No tasks are currently assigned. Use tasks to break down this issue into smaller parts.

    Linked items
    0

    Link issues together to show that they're related. Learn more.

    Activity


    • bmortier
      bmortier @bmortier · 9 years ago
      Author Maintainer

      A patch to fix the problem can be found here:

      https://github.com/makinacorpus/corpus-fusiondirectory/blob/master/.salt/files/patches/usergroupname.patch

      (from redmine: written on 2015-10-10)

      By kiorky on 2017-09-02T15:24:50 (imported from GitLab)

    • bmortier
      bmortier @bmortier · 9 years ago
      Author Maintainer

      I’ve put the cn first and the description between brackets as it seems more logic. The description will get truncated to 50 chars if it’s longer to avoid weird things with long descriptions.

      I’ve also made the same modification for roles to be consistent.

      (from redmine: written on 2015-10-12)

      By Côme Chilliet on 2017-09-02T15:24:50 (imported from GitLab)

    • bmortier
      bmortier @bmortier · 9 years ago
      Author Maintainer

      Nope, description should go first (as it was before). cn is mainly technical, and is secondary for end users.

      (from redmine: written on 2015-10-12)

      By kiorky on 2017-09-02T15:24:51 (imported from GitLab)

    • bmortier
      bmortier @bmortier · 9 years ago
      Author Maintainer

      Having description first would break consistency when there is no description. Plus description can be quite long, and is a description. The cn is the name of the group.

      (from redmine: written on 2015-10-12)

      By Côme Chilliet on 2017-09-02T15:24:51 (imported from GitLab)

    • bmortier
      bmortier @bmortier · 9 years ago
      Author Maintainer

      Can you please read carefully the patch, it handles the empty description.

      (from redmine: written on 2015-10-12)

      By kiorky on 2017-09-02T15:24:51 (imported from GitLab)

    • bmortier
      bmortier @bmortier · 9 years ago
      Author Maintainer

      Mathieu Le Marec - Pasquet wrote:

      Can you please read carefully the patch, it handles the empty description.

      Exactly, in case of empty description, it puts the cn first, that breaks consistency, the first thing can be a description or a cn, depending on whether there is something between brackets afterwards.

      (from redmine: written on 2015-10-12)

      By Côme Chilliet on 2017-09-02T15:24:52 (imported from GitLab)

    • bmortier
      bmortier @bmortier · 9 years ago
      Author Maintainer

      Without brackets in case of a missing description, which is intuitive and the oldier behavior, we must only see the CN (or a new configurable computed label defaulting to %cn)

      This is also the regular behavior in a lot of ldap frontends (desc [uid] if we have desc or UID in other cases)

      (from redmine: written on 2015-10-12)

      By kiorky on 2017-09-02T15:24:52 (imported from GitLab)

    • bmortier
      bmortier @bmortier · 9 years ago
      Author Maintainer

      hello,

      looking at latest code, it show the name of the group and after the description if there is one. This look fine to me.

      Cheers

      (from redmine: written on 2015-10-12)

      By bmortier on 2017-09-02T15:24:52 (imported from GitLab)

    • bmortier
      bmortier @bmortier · 9 years ago
      Author Maintainer

      Close issue

      (from redmine: written on 2015-10-12)

      By bmortier on 2017-09-02T15:24:53 (imported from GitLab)

    • bmortier
      bmortier @bmortier · 9 years ago
      Author Maintainer

      closed as unfixed, great. We will maintain our fork.

      (from redmine: written on 2015-10-12)

      By kiorky on 2017-09-02T15:24:54 (imported from GitLab)

    • bmortier
      bmortier @bmortier · 9 years ago
      Author Maintainer

      Mathieu Le Marec - Pasquet wrote:

      closed as unfixed, great. We will maintain our fork.

      The description of the bug says «it used to be "groupid [group desc]"» It is now exactly displayed like this, see the attached screenshot.

      (from redmine: written on 2015-10-12)

      By Côme Chilliet on 2017-09-02T15:24:54 (imported from GitLab)

    • bmortier
      bmortier @bmortier · 9 years ago
      Author Maintainer

      I wont continue this troll, this is using CN with all the downside explained on irc.

      (from redmine: written on 2015-10-12)

      By kiorky on 2017-09-02T15:24:54 (imported from GitLab)

    • bmortier closed 7 years ago

      closed

      By bmortier on 2017-09-02T15:24:53 (imported from GitLab)

    • bmortier added Added label 6 years ago

      added Added label

      By bmortier on 2018-10-05T15:04:42 (imported from GitLab)

    Please register or sign in to reply
    Assignee
    bmortier's avatar
    bmortier
    Assign to
    Labels
    0
    None
    0
    None
      Assign labels
    • Manage project labels

    Milestone
    No milestone
    None
    Due date
    None
    None
    None
    Time tracking
    No estimate or time spent
    Confidentiality
    Not confidential
    Not confidential

    You are going to turn on confidentiality. Only project members with at least the Reporter role, the author, and assignees can view or be notified about this issue.

    Lock issue
    Unlocked
    0
    0 Participants
    Reference:

    Menu

    Explore Projects Groups Topics Snippets