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