Closed arildm closed 3 months ago
Looks like this was introduced in c2e8427d: In the makeRequest
method of KWICProxy
, the parameters used to be copied to a data
variable, from which the command
property was later removed. Since the rewrite, the parameters object is being used directly, so the command
property is removed from the same object that is used in ExampleCtrl
and other places.
This testcase from testcases.md fails:
The second instruction makes a
/relations_sentences
API call, but the fourth makes a/query
call and I think it doesn't have the right parameters? The GUI ends up with a dead bird.