Skip to content

Commit

Permalink
EPMRPP-88970 || GA type and element_name parameters have wrong values…
Browse files Browse the repository at this point in the history
… when changing defect type (#3709)
  • Loading branch information
BlazarQSO authored Jan 5, 2024
1 parent b3def17 commit a8172bc
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -317,9 +317,6 @@ const MakeDecision = ({ data }) => {

const hasSuggestions = !!suggestedItems.length;

const issueBtn =
isEqual(itemData.issue, modalState[ACTIVE_TAB_MAP[activeTab]].issue) && issueActionType;

return isBulkOperation
? editDefectsEvents.getClickOnApplyBulkEvent(
defectFromTIGroup,
Expand All @@ -333,7 +330,7 @@ const MakeDecision = ({ data }) => {
activeTab,
issueType,
itemData.issue.issueType,
issueBtn,
issueActionType,
suggestedItems,
);
};
Expand Down

0 comments on commit a8172bc

Please sign in to comment.