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

sometimes act as admin doesnt show memberhips change checkboxes

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • 1.4.0
    • 1.4.0
    • UI
    • None

    Description

      > ----Original Message----
      > From: GW Brown, Information Systems and Computing
      > Sent: Thursday, October 30, 2008 4:17 PM
      > To: Chris Hyzer; Tom Barton
      > Subject: Re: act as admin on ui
      >
      > Chris,
      >
      > As far as I can see 'act as admin' should enable removal of members -
      > providing you are looking at immediate memberships.
      >
      > PopulateGroupMembers has:
      >
      > request.setAttribute("removableMembers",
      > new Boolean(
      > "imm".equals(membershipListScope)
      > && resolver.canManageField(mField.getName())
      > && !group.isComposite()
      > && members.size()>0
      > )
      > );
      >
      > and
      > resolver.canManageField(mField.getName()
      > is effectively return group.canWriteField(FieldFinder.find(field));
      >
      > The JSP checks 'removableMembers'. When I try this against
      > theQuickStrat db
      > for fiwi it works for me.
      >
      > Gary
      >
      >
      > --On 30 October 2008 13:15 -0400 Chris Hyzer
      > wrote:
      >
      > >
      > >
      > > Gary,
      > >
      > >
      > >
      > > When I "act as admin" on UI, should I automatically have all
      > permissions,
      > > or not?
      > >
      > > When I try to edit a membership list, I don't see the checkboxes next
      > to
      > > each member (unless I am explicitly in the "update" list). But I can
      > add
      > > and remove one a time. Should act as admin see those checkboxes? Do
      > you
      > > know what I am talking about?
      > >
      > >
      > >
      > > This has caused a little confusion for our admins who "act as admin"
      > >
      > >
      > >
      > > Thanks,
      > >
      > > Chris
      >
      >

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: