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

Field.isGroupListField() is implemented wrong, shouldnt have access in there

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Minor
    • None
    • None
    • API
    • None

    Description

      FROM

      public boolean isGroupListField()

      { return StringUtils.equals("list", this.type) || StringUtils.equals("access", this.type); }

      TO

      public boolean isGroupListField()

      { return StringUtils.equals("list", this.type); }

      Note, all the uses of this method need to be changed

      Attachments

        Activity

          People

            chris.hyzer@at.internet2.edu Chris Hyzer (upenn.edu)
            chris.hyzer@at.internet2.edu Chris Hyzer (upenn.edu)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: