View Issue Details

IDProjectCategoryView StatusLast Update
0009135CTT UA Scripts1 - Script Issuepublic2023-10-12 15:12
ReporterGigantic Heisenberg Assigned ToYannik Klaass  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Platformx86_64OSWindows 10 
Product Version1.04.501 
Fixed in Version1.03.505 
Summary0009135: Possible Typo in Monitor_Items_Deadband_Filter_Err-001 (Server Projects)
Description

if( item === undefined || item === null || items.length < 1 ) {
schould be :
if( item === undefined || item === null || item.length < 1 ) {

replace "items" by "item" in Error-001.js line 6 ?

TagsNo tags attached.
Files Affected

/maintree/Monitored Item Services/Monitor Items Deadband Filter/Test Cases/Err-001.js

Activities

Yannik Klaass

2023-10-11 15:19

developer   ~0020130

Removing 'items.length < 1' as 'items' is neither available in this scope nor used in the script.

Paul Hunkar

2023-10-12 15:12

administrator   ~0020155

reviewed change, agreed to remove check, closed issue

Issue History

Date Modified Username Field Change
2023-09-06 13:00 Gigantic Heisenberg New Issue
2023-09-07 15:14 Paul Hunkar Assigned To => Alexander Allmendinger
2023-09-07 15:14 Paul Hunkar Status new => assigned
2023-10-10 09:37 Yannik Klaass Assigned To Alexander Allmendinger => Yannik Klaass
2023-10-10 14:57 Yannik Klaass Files Affected => /maintree/Monitored Item Services/Monitor Items Deadband Filter/Test Cases/Err-001.js
2023-10-11 15:19 Yannik Klaass Status assigned => resolved
2023-10-11 15:19 Yannik Klaass Resolution open => fixed
2023-10-11 15:19 Yannik Klaass Note Added: 0020130
2023-10-12 15:12 Paul Hunkar Status resolved => closed
2023-10-12 15:12 Paul Hunkar Fixed in Version => 1.03.505
2023-10-12 15:12 Paul Hunkar Note Added: 0020155