mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +00:00
Fix inspect results not showing becasue of missing or statement.
This commit is contained in:
parent
d82e848303
commit
25670b6231
@ -74,7 +74,7 @@ function getResultsData() {
|
|||||||
let [resultsType, dataIndexes, resultsList, client, results, rest] = arguments;
|
let [resultsType, dataIndexes, resultsList, client, results, rest] = arguments;
|
||||||
client.isBusy = true;
|
client.isBusy = true;
|
||||||
client.notifyView('results-data-recieving');
|
client.notifyView('results-data-recieving');
|
||||||
if (resultsList.exportFullInspectContext.checked) {
|
if (resultsList.exportFullInspectContext.checked || resultsType === 'inspect-results') {
|
||||||
console.log('Get with full context');
|
console.log('Get with full context');
|
||||||
client.getResultsData(resultsType, dataIndexes, results);
|
client.getResultsData(resultsType, dataIndexes, results);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user