-
According to this documentation it should be possible to simply add a query parameter by passing it in the function like this:
Doing this I'd expect it to add Tried a lot of different ways to include the function, none of them add the request parameter. Is this a bug, or is the documentation outdated? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Managed to do it like this, doesn't appear to be explained in the docs and had to find it in the issues section:
Had to look in the compiles JS code by doing a |
Beta Was this translation helpful? Give feedback.
Managed to do it like this, doesn't appear to be explained in the docs and had to find it in the issues section:
Had to look in the compiles JS code by doing a
console.log(example.project.something.item.getFilteredList)
and go to the Prototype's function location to see which input parameters (& order) it was expecting.