View Issue Details

IDProjectCategoryView StatusLast Update
0004306Compliance Test Tool (CTT) Unified Architecture1 - Script Issuepublic2019-08-09 15:26
ReporterAlexander Allmendinger Assigned ToAlexander Allmendinger  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version1.03.340.380 
Target Version1.03Fixed in Version1.03.341.381 
Summary0004306: Information / _Base / NodeContainsSubStructure.js GetBrowsePaths doesn't handle BrowseName correctly
Description

The split of the BrowseName in the TargetName.Name and TargetName.NamespaceIndex isn't done correctly.

Additional Information

Lines 33 and 34 of this script needs to be exchanged by those two lines:
newBP.RelativePath.Elements[eIndex].TargetName.Name = objectDefinition.References[r].BrowseName.substring(objectDefinition.References[r].BrowseName.indexOf(":") + 1, objectDefinition.References[r].BrowseName.length);
newBP.RelativePath.Elements[eIndex].TargetName.NamespaceIndex = objectDefinition.References[r].NodeId.NamespaceIndex;

TagsNo tags attached.
Files Affected

Activities

Alexander Allmendinger

2018-08-10 08:06

developer   ~0009289

Changed as described

Paul Hunkar

2019-08-09 15:26

administrator   ~0010736

reviewed in CMP call

Issue History

Date Modified Username Field Change
2018-06-13 16:52 Alexander Allmendinger New Issue
2018-08-08 18:39 Paul Hunkar Assigned To => Alexander Allmendinger
2018-08-08 18:39 Paul Hunkar Status new => assigned
2018-08-10 08:06 Alexander Allmendinger Note Added: 0009289
2018-08-10 08:06 Alexander Allmendinger Status assigned => resolved
2018-08-10 08:06 Alexander Allmendinger Fixed in Version => 1.03.341.381
2018-08-10 08:06 Alexander Allmendinger Resolution open => fixed
2019-01-28 14:10 Paul Hunkar Category Script Issue => 1 - Script Issue
2019-08-09 15:26 Paul Hunkar Status resolved => closed
2019-08-09 15:26 Paul Hunkar Note Added: 0010736
2019-08-09 15:26 Paul Hunkar Target Version => 1.03