grouper-users - RE: [grouper-users] UI displaying group members as empty checkboxes
Subject: Grouper Users - Open Discussion List
List archive
- From: Chris Hyzer <>
- To: Rob Gorrell <>
- Cc: "" <>
- Subject: RE: [grouper-users] UI displaying group members as empty checkboxes
- Date: Fri, 24 May 2013 16:46:51 +0000
- Accept-language: en-US
- Authentication-results: sfpop-ironport01.merit.edu; dkim=neutral (message not signed) header.i=none
I always do it with sql… I think there might be something there, it just needs to be found and documented, or created if not there. Will do at some point.
J Something like this might work from GSH: RegistrySubject registrySubject =
new RegistrySubject(); registrySubject.setId(id); registrySubject.setName(name); registrySubject.setTypeString(SUBJ_TYPE);
registrySubject.getAttributes(false).put("name",
GrouperUtil.toSet("name." + id)); registrySubject.getAttributes(false).put("loginid",
GrouperUtil.toSet("id." + id)); registrySubject.getAttributes(false).put("description",
GrouperUtil.toSet("description." + id)); registrySubject.getAttributes(false).put("email",
GrouperUtil.toSet(id + "@somewhere.someSchool.edu"));
GrouperDAOFactory.getFactory().getRegistrySubject().create(registrySubject); Thanks, Chris From: Rob Gorrell [mailto:]
You're right, it was description. I thought it was the description in the grouper_members table and I had inserted one there but saw nothing. I now see its the subjectattribute table which has some relation
to the description in grouper_members. i ran this sql and now its displaying correctly: On Fri, May 24, 2013 at 11:01 AM, Chris Hyzer <> wrote: I think it might be subject name or description. You might be able to change this in the media.properties Thanks, Chris From:
[mailto:]
On Behalf Of Rob Gorrell So I have created my first group, etc:sysadmingroup and placed 4 subjects into it. I did this all through the addSubject and addMember gsh commands. The group functions fine and
grants me admin access, but I was noticing when I look at the membership list in the UI, I get four "<checkbox> is a direct member"... but it isn't showing the subjectId or name I had given to my subjects. I would guess the UI is displaying some attribute
I have yet to defined for my subjects? can someone explain what attribute this would be and how I go about defining it for the 4 subjects i've hand created? Robert W. Gorrell University of NC at Greensboro
Robert W. Gorrell University of NC at Greensboro |
- [grouper-users] UI displaying group members as empty checkboxes, Rob Gorrell, 05/24/2013
- RE: [grouper-users] UI displaying group members as empty checkboxes, Chris Hyzer, 05/24/2013
- Re: [grouper-users] UI displaying group members as empty checkboxes, Rob Gorrell, 05/24/2013
- RE: [grouper-users] UI displaying group members as empty checkboxes, Chris Hyzer, 05/24/2013
- Re: [grouper-users] UI displaying group members as empty checkboxes, Earl Lewis, 05/24/2013
- RE: [grouper-users] UI displaying group members as empty checkboxes, Chris Hyzer, 05/24/2013
- Re: [grouper-users] UI displaying group members as empty checkboxes, Earl Lewis, 05/24/2013
- Re: [grouper-users] UI displaying group members as empty checkboxes, Earl Lewis, 05/24/2013
- RE: [grouper-users] UI displaying group members as empty checkboxes, Chris Hyzer, 05/24/2013
- Re: [grouper-users] UI displaying group members as empty checkboxes, Earl Lewis, 05/24/2013
- RE: [grouper-users] UI displaying group members as empty checkboxes, Chris Hyzer, 05/24/2013
- RE: [grouper-users] UI displaying group members as empty checkboxes, Chris Hyzer, 05/24/2013
- RE: [grouper-users] UI displaying group members as empty checkboxes, Chris Hyzer, 05/24/2013
- Re: [grouper-users] UI displaying group members as empty checkboxes, Earl Lewis, 05/24/2013
- RE: [grouper-users] UI displaying group members as empty checkboxes, Chris Hyzer, 05/24/2013
- Re: [grouper-users] UI displaying group members as empty checkboxes, Rob Gorrell, 05/24/2013
- RE: [grouper-users] UI displaying group members as empty checkboxes, Chris Hyzer, 05/24/2013
Archive powered by MHonArc 2.6.16.