Panel Name fwAccessControl/fwAccessControl_ConfirmChangeGroup.pnl
Introduction

Confirm Change of Group

This panel asks for confirmation of the changes in group settings performed in the Edit Group panel. It is presented in Figure 1:

Figure 1: Confrim Change Group panel


Instructions
To proceed with changes:
Press the OK button
To cancel the changes:
Press the Cancel button
To review the changes:
Press the Review Changes button; this will bring up the Review Changes panel showing the list of changes performed. Once the Review Changes panel is closed you will go back to this panel.
Restrictions

    Dollar Parameters
    Name Description  
    $groupName The name of the group required
    $changes Text describing general changes, which will be passed to the Review Changes panel (see the description of the $changes parameter for that panel) required
    $addedItems The list of privileges that have been added for the group, which will be passed to the Review Changes panel (see the description of the $addedItems parameter for that panel) required
    $removedItems The list of privileges revoked from the group, which will be passed to the Review Changes panel (see the description of the $removedItems parameter for that panel) required

    Return Values from panel
    The panel should be opened using functions from the ChildPanel...Returns(... , df,ds) family.
    When the panel is closed the following values may be returned in the df and ds parameters:
    Variable Value(s) Description
    dyn_float parameter (df[])
    df[1] 1 Changes were accepted - OK button pressed
    df[1] 0 Changes were cancelled - Cancel button pressed
    dyn_string parameter (ds[])
    ds[] not used: empty variable is always returned.

    Back to the documentation of the fwAccessControl component.

    Piotr Golonka, CERN IT/CO-BE