Project

General

Profile

Actions

Task #3023

closed

Request can't be disapproved on IdM >= 11.1.0

Added by Roman Kučera over 2 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Roman Kučera
Target version:
Start date:
12/21/2021
Due date:
% Done:

100%

Estimated time:
Owner:

Description

Because of some changes in IdM 11.1.0 crt request can't be denied.
When you click disapprove and want to confirm it with "yes" button nothing will heppen.
In browser console you can see error
uncaught TypeError: Cannot read properties of undefined (reading 'isFormValid')

Solution for this is to override DynamicTaskDetail::_validateAndCompleteTask in DynamicTaskRequestDetail and instead of

...
this.i18n('completeTaskConfirmTitle'), this.validateDecisionReason.bind(this, decision)
...
use this
this.i18n('completeTaskConfirmTitle'))

This will be also fixed in product in 12.X release


Related issues

Related to IdStory Identity Manager - Defect #3024: Task from some other module can't be disapprovedClosedRoman Kučera12/21/2021

Actions
Actions #1

Updated by Roman Kučera over 2 years ago

  • Status changed from New to In Progress
  • Assignee set to Roman Kučera
Actions #2

Updated by Roman Kučera over 2 years ago

  • Target version set to 2.4.1
  • % Done changed from 0 to 90
Actions #3

Updated by David Štekl over 2 years ago

Implementation is ok. We tested fix in IdM version 10 and 11 -everything works.

Actions #4

Updated by Roman Kučera over 2 years ago

  • Status changed from In Progress to Closed
  • % Done changed from 90 to 100

Released

Actions #5

Updated by Roman Kučera about 2 years ago

  • Related to Defect #3024: Task from some other module can't be disapproved added
Actions

Also available in: Atom PDF