Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
devel:documentation:bulk_actions [2018/10/24 21:23]
poulm simplified bulk action admin highlights
devel:documentation:bulk_actions [2019/02/01 13:32]
kotisovam admin guide section
Line 1: Line 1:
 +<- .:architecture |  ^ .:start | Documentation ^ .:generated_values ->
 +====== Bulk actions ======
 +
 +{{tag> bulk action operation}}
 +
 +In CzechIdM GUI there exist bulk actions on objects like
 +  * Identities
 +  * Roles
 +  * Organisations
 +
 +One can filter identities, select all of them or only some and invoke bulk action like
 +  * Delete identity
 +  * Assign or remove roles
 +  * Disable manually
 +
 +Usually bulk actions are performed asynchronously (identities, roles) as long running task, so one can see its progress on LRT agenda.
 +
 +===== Admin tutorials =====
 +  * [[tutorial:adm:identities_bulk_actions|Bulk action for identities]]
 +  * [[tutorial:adm:roles_bulk_actions|Bulk action for roles]]
 +
 +===== Admin guide (to be completed)  =====
 +  * [[.adm:bulk_actions|Bulk actions overview]]
 +
 +===== Devel guide =====
 +  * [[devel:documentation:bulk_actions:dev:bulk_actions|Backend bulk action]]
 +  * [[devel:documentation:bulk_actions:dev:bulk_actions#how_can_i_add_support_for_bulk_action|How to add support backend bulk action for new agenda]]
  
  • by kotisovam