minor change: fix gridtest + sort appsettings buckets
This commit is contained in:
parent
37bbaf0cb9
commit
2406e0b764
|
|
@ -94,6 +94,8 @@ class AppSettings extends Controller
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ksort($flags);
|
||||||
|
|
||||||
return JSON::EncodeResponse($flags);
|
return JSON::EncodeResponse($flags);
|
||||||
} else {
|
} else {
|
||||||
return $this->error([
|
return $this->error([
|
||||||
|
|
|
||||||
|
|
@ -27,8 +27,6 @@ TestScript;
|
||||||
$test = new SoapService('http://192.168.0.3:64989');
|
$test = new SoapService('http://192.168.0.3:64989');
|
||||||
$result = $test->OpenJob(SoapService::MakeJobJSON('test', 10, 0, 0, 'test render', $testScript));
|
$result = $test->OpenJob(SoapService::MakeJobJSON('test', 10, 0, 0, 'test render', $testScript));
|
||||||
|
|
||||||
return response($result);
|
|
||||||
|
|
||||||
return response(base64_decode($result->OpenJobExResult->LuaValue[0]->value))
|
return response(base64_decode($result->OpenJobExResult->LuaValue[0]->value))
|
||||||
->header('Content-Type', 'image/png');
|
->header('Content-Type', 'image/png');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue