mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
fix typo to force filters as query parameters
This commit is contained in:
parent
e2c3d7ce94
commit
33307d750e
@ -530,7 +530,7 @@
|
|||||||
|
|
||||||
|
|
||||||
// retrieve all the filters to send
|
// retrieve all the filters to send
|
||||||
$('.parameters .tuple .filter', $(this)).each(function() {
|
$('.parameters .tuple.filter', $(this)).each(function() {
|
||||||
var key, value;
|
var key, value;
|
||||||
|
|
||||||
key = $('.key', $(this)).val();
|
key = $('.key', $(this)).val();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user