Skip to Content.
Sympa Menu

grouper-dev - RE: [grouper-dev] question about configuring grouper membership update lite

Subject: Grouper Developers Forum

List archive

RE: [grouper-dev] question about configuring grouper membership update lite


Chronological Thread 
  • From: Chris Hyzer <>
  • To: Lynn Garrison <>, Grouper Dev <>
  • Subject: RE: [grouper-dev] question about configuring grouper membership update lite
  • Date: Wed, 29 Feb 2012 17:09:41 +0000
  • Accept-language: en-US

This is fixed in 2.1.0

 

This is done. Configure in media.properties. Note, there is a short and long description. If the long isnt there, it will use short for both. The long is used e.g. in tooltips on the short display.

 

 

# this configures how subjects look in the lite UI. This is the short version of the display

# images (must be in assets/images dir) for subject source id

grouperUi.subjectImg.sourceId.0 = pennperson

grouperUi.subjectImg.image.0 = user.png

# screen EL has "subject" as an object

grouperUi.subjectImg.screenEl.0 = ${subject.description}

 

grouperUi.subjectImg.sourceId.1 = jdbc

grouperUi.subjectImg.image.1 = user.png

grouperUi.subjectImg.screenEl.1 = ${subject.description}

 

grouperUi.subjectImg.sourceId.2 = g:gsa

grouperUi.subjectImg.image.2 = group.png

grouperUi.subjectImg.screenEl.2 = ${subject.getAttributeValue('displayExtension')}

 

grouperUi.subjectImg.sourceId.3 = g:isa

grouperUi.subjectImg.image.3 = application.png

grouperUi.subjectImg.screenEl.3 =

 

grouperUi.subjectImg.sourceId.4 = grouperExternal

grouperUi.subjectImg.image.4 = user_red.png

grouperUi.subjectImg.screenEl.4 = ${subject.description}

 

#this source doesnt really exist, but it is the image for roles as opposed to groups

grouperUi.subjectImg.sourceId.5 = g:rsa

grouperUi.subjectImg.image.5 = group_key.png

grouperUi.subjectImg.screenEl.5 = ${subject.getAttributeValue('displayExtension')}

 

 

#this source doesnt really exist, but it is the image for roles as opposed to groups

grouperUi.subjectImg.sourceId.6 = grouperEntities

grouperUi.subjectImg.image.6 = application.png

grouperUi.subjectImg.screenEl.6 = ${subject.getAttributeValue('displayExtension')}

 

# in parts of the UI where there is a long display, this is the long display

grouperUi.subjectImgLong.sourceId.0 = g:gsa

grouperUi.subjectImgLong.image.0 = group.png

grouperUi.subjectImgLong.screenEl.0 = ${subject.getAttributeValue('displayName')}

 

grouperUi.subjectImgLong.sourceId.1 = g:rsa

grouperUi.subjectImgLong.image.1 = group_key.png

grouperUi.subjectImgLong.screenEl.1 = ${subject.getAttributeValue('displayName')}

 

grouperUi.subjectImgLong.sourceId.2 = grouperEntities

grouperUi.subjectImgLong.image.2 = application.png

grouperUi.subjectImgLong.screenEl.2 = ${subject.getAttributeValue('displayName')}

 

 

 

 

From: [mailto:] On Behalf Of Lynn Garrison
Sent: Tuesday, January 10, 2012 1:44 PM
To: Grouper Dev
Subject: [grouper-dev] question about configuring grouper membership update lite

 

            I would like to use the subjectId  for the Membership list on the Group membership update lite page instead of the description.   I am assuming that I need to change something in the conf/resources/grouper/media.properties file but I can't figure what to change.   Any help would be appreciated.  

            I am in in the process of upgrading to 2.0.3 in preparation for the ldap real time processing test.

 

 

 

Lynn


 



  • RE: [grouper-dev] question about configuring grouper membership update lite, Chris Hyzer, 02/29/2012

Archive powered by MHonArc 2.6.16.

Top of Page