Uploaded image for project: 'Grouper'
  1. Grouper
  2. GRP-873

Wrong group name shown in creation and modification success message

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • 2.1.4
    • 2.1.2
    • UI
    • None

    Description

      We have a group hook that automatically adds a prefix to the group ID when it’s in a specific folder. The success message is showing the name I entered in the form instead of showing the name of the actual group created.

      I narrowed it down to this modification :

      SaveGroupAction.java
      Line 342

      FROM
      request.setAttribute("message", new Message(
      "groups.message.group-saved", (String) groupForm
      .get("groupDisplayName")));

      TO
      request.setAttribute("message", new Message(
      "groups.message.group-saved", group.getDisplayName()));

      Attachments

        Activity

          People

            chris.hyzer@at.internet2.edu Chris Hyzer (upenn.edu)
            sebgagne Sebastien Gagne (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: