allow select attributes to be edited on group edit screen

XMLWordPrintable

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Minor
    • 2.6.8
    • Affects Version/s: None
    • Component/s: None
    • None

      Configure this in grouper.properties

      ######################################
      ## Group types edit view
      ## Identify marker attributes or single valued string attributes to be viewed or edited on group screen
      ## "theConfigId" is the config ID of the attribute
      ######################################
       
      # attribute name that should be able to be seen on screen, e.g. a:b:c
      # {valueType: "string"}
      # groupScreenType.theConfigId.attributeName = 
       
      # label on the left side of screen for attribute
      # {valueType: "string"}
      # groupScreenType.theConfigId.label = 
       
      # description on the right side of screen for attribute
      # {valueType: "string"}
      # groupScreenType.theConfigId.description = 
       
      # numeric index of the order of the attribute on the screen
      # {valueType: "integer"}
      # groupScreenType.theConfigId.index =  

      If the user can attributeRead on group and read on attribute definition, they will see the settings in the group view "details" section

      If the user can attributeRead and attributeUpdate on group and read and update on attributeDef then they can edit the attributes in the group edit screen

            Assignee:
            Vivek Sachdeva
            Reporter:
            Chris Hyzer (upenn.edu)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: