Panel Name fwAccessControl/fwAccessControl_ReviewChanges.pnl
Introduction

Review Changes Panel

This panel is used to display the changes made to group or users (Figures 1 and 2).
It is called from the Confirm Change Group or Confirm Change User if Review Changes is pressed.

Figure 1: Review Changes panel displaying changes in group
Figure 2: Review Changes panel displaying changes in user
It can also be called from the Edit Group panel or Edit User panel when Review button is pressed (Figures 3 and 4).
Figure 3: Review Changes panel displaying changes in group's access rights
Figure 4: Review Changes panel displaying changes in user's groups


Instructions
Restrictions

    Dollar Parameters
    Name Description  
    $what the type of objects in the list "groups", "access rights", etc; this is used to display the titles of Added (...) and Removed (...) frames. required
    $whatText the text containing the description of the changes. Use "\n" character to enter new lines. required
    $addedItems The list of items that will be contained in the Added items list. One shoul cast a dyn_string list to a string variable to pass the list as the parameter - the list will be reconstructed properly in the panel. required
    $removedItems The list of items that will be contained in the Removed items list. One shoul cast a dyn_string list to a string variable to pass the list as the parameter - the list will be reconstructed properly in the panel. required


    Back to the documentation of the fwAccessControl component.

    Piotr Golonka, CERN IT/CO-BE