Project

General

Profile

Actions

Feature #1887

closed

Dont set validTill for newly assigned role in IdentityAddRoleBulkAction

Added by Ondřej Kopr over 4 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Radek Tomiška
Category:
Bulk operations
Target version:
Start date:
10/02/2019
Due date:
% Done:

100%

Estimated time:
Owner:

Description

Bulk action IdentityAddRoleBulkAction fill validTill for newly created role concept. Valid till is filled by parameters from frontend, when this parameter missing is used validTill from contract.

Please is possible set null value when missing paramer valid till? Thank you.

There is code IdentityAddRoleBulkAction#136:
Before:

concept.setValidTill(validTill == null ? contract.getValidTill() : validTill);

After:

concept.setValidTill(validTill);

Thank you :)

Actions

Also available in: Atom PDF