TT#118600 Fix /api/callrecordingstreams filter by recording_id

* change 'call' to 'me.call' to avoid ambigous
	    usage in SQL query, since 'call' is a column
	    in other joined tables

Change-Id: I3fb52aa7c42687b6be377e51f50779dd92f61ebe
mr9.4
Flaviu Mates 4 years ago
parent 8c3c0bb925
commit b13e487732

@ -27,7 +27,7 @@ sub query_params {
query => {
first => sub {
my $q = shift;
{ 'call' => $q };
{ 'me.call' => $q };
},
second => sub {}
},

Loading…
Cancel
Save