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 #1

Updated by Vít Švanda over 4 years ago

  • Status changed from New to In Progress
Actions #2

Updated by Radek Tomiška over 4 years ago

  • Status changed from In Progress to Needs feedback
  • Assignee changed from Radek Tomiška to Vít Švanda
  • % Done changed from 0 to 90

I removed filling the value of 'validTill' automatically in bulk action and in synchronization (default role creation) too.
I added help blocks into bulk actions and update documentation.

Commit:
https://github.com/bcvsolutions/CzechIdMng/commit/a220405357456977fa7284c8ed0eb9213727bf0b

Doc:
https://wiki.czechidm.com/tutorial/adm/identities_bulk_actions

Could you do a feedback, please?

Actions #3

Updated by Vít Švanda over 4 years ago

  • Status changed from Needs feedback to Resolved
  • Assignee changed from Vít Švanda to Radek Tomiška
  • % Done changed from 90 to 100

I did review and test. Works, thanks for that.

Actions #4

Updated by Radek Tomiška over 4 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF