View Issue Details

IDProjectCategoryView StatusLast Update
0004801Compliance Test Tool (CTT) Unified Architecture1 - Script Issuepublic2019-08-02 03:51
ReporterCONDEMINE Assigned ToAlexander Allmendinger  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version1.03.340.380 
Target Version1.03.341.390Fixed in Version1.03.341.390 
Summary0004801: Error in triggering 020.js
Description

As requested : I report a issue by mail. It appears that you we were able to reproduce. That looks like a wrong check in the script. .
Wrong: if( addLinkedItems[0].NodeId == triggeringItem.NodeId || addLinkedItems[1].NodeId == triggeringItem.NodeId ) {
Correct: if( addLinkedItems[0].NodeId.equals( triggeringItem.NodeId ) || addLinkedItems[1].NodeId.equals( triggeringItem.NodeId) ) {

TagsNo tags attached.
Files Affected

Activities

Alexander Allmendinger

2019-07-30 08:50

developer   ~0010635

The script is trying to check whether the linked and the triggering item are the same. But the check of NodeIds is not working this way but the NodeId.equals function needs to be used. Script has been changed accordingly

Paul Hunkar

2019-08-02 03:51

administrator   ~0010663

Reviewed in cmp call 8/1/2019

Issue History

Date Modified Username Field Change
2019-07-01 20:17 CONDEMINE New Issue
2019-07-12 15:02 Paul Hunkar Assigned To => Alexander Allmendinger
2019-07-12 15:02 Paul Hunkar Status new => assigned
2019-07-30 08:50 Alexander Allmendinger Status assigned => resolved
2019-07-30 08:50 Alexander Allmendinger Resolution open => fixed
2019-07-30 08:50 Alexander Allmendinger Fixed in Version => 1.03.341.390
2019-07-30 08:50 Alexander Allmendinger Note Added: 0010635
2019-08-02 03:51 Paul Hunkar Target Version => 1.03.341.390
2019-08-02 03:51 Paul Hunkar Status resolved => closed
2019-08-02 03:51 Paul Hunkar Note Added: 0010663