Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
devel:documentation:adm:delegation [2020/07/02 14:46]
svandav [Delegations on the user detail]
devel:documentation:adm:delegation [2020/10/06 15:30] (current)
svandav [Authorization policies]
Line 90: Line 90:
 ===== Authorization policies ===== ===== Authorization policies =====
  
-  * Permission to delegation by permission on delegate: **Delegation (IdmDelegationDefinition)** | Transitive | DelegationDefinitionByDelegateEvaluator+Default settings of permissions for delegations are defined in the role '**Delegation (delegationRole)**'
-  * Permission to delegation by permission on delegator**Delegation (IdmDelegationDefinition)** | Transitive | DelegationDefinitionByDelegatorEvaluator. + 
-  * Permission to delegation by permission on delegator's contract**Delegation (IdmDelegationDefinition)** | Transitive | DelegationDefinitionByDelegatorContractEvaluator+<note tip>You can see a detailed configuration of evaluators with comments here
-  * Permission to delegation instances: **Delegation (IdmDelegation)** Transitive | DelegationByDelegationDefinitionEvaluator.+[[https://github.com/bcvsolutions/CzechIdMng/blob/develop/Realization/backend/core/core-impl/src/main/java/eu/bcvsolutions/idm/core/model/event/processor/module/InitDelegationRoleProcessor.java#L106-L202 
 +|InitDelegationRoleProcessor]]</note>
  
  
Line 106: Line 107:
  
 <note important>If one approval task is delegated more than once, or for more approvers, then **only the last delegation's business card** is displayed in the task detail.</note> <note important>If one approval task is delegated more than once, or for more approvers, then **only the last delegation's business card** is displayed in the task detail.</note>
 +
 +<note important>**Delegation works only on first level**. So if user **A** delegates to user **B**, and at same time user **B** delegates to user **C**, then it doesn't mean that all tasks from **A** are now delegated to user **C**!</note>
  
 ===== Main guide ===== ===== Main guide =====
   * [[..:delegation|]]   * [[..:delegation|]]
  
  • by svandav