WS Result bug fix, Nuget bump, PSN, Reactor,
Extra RDS rule, OpenInsightApi and testRunTitle
This commit is contained in:
6
Adaptation/.vscode/Reactor.js
vendored
6
Adaptation/.vscode/Reactor.js
vendored
@ -15,8 +15,8 @@ function getValue(value, length, mesEntity, recipe, processJobId) {
|
||||
return mesEntity;
|
||||
else if (recipe.toUpperCase() === 'STANDARD \\ THINSPC')
|
||||
return mesEntity;
|
||||
else if (length !== 0 || processJobId === '-')
|
||||
return value;
|
||||
else
|
||||
else if (length === 0)
|
||||
return processJobId;
|
||||
else
|
||||
return value;
|
||||
}
|
Reference in New Issue
Block a user