Just a quick question regarding CB autoactions and request for APIs.
When there is no input for a key the autoaction answers with "undefined". Is it possible to simply get nothing ?
For instance
Code:
https://devel.activ-ha.com/index.php?option=com_comprofiler&view=pluginclass&plugin=cbautoactions&action=action&actions=298&format=raw&query=ACTI&placeId=6287be7f053597116ed6df25
is working while
Code:
https://devel.activ-ha.com/index.php?option=com_comprofiler&view=pluginclass&plugin=cbautoactions&action=action&actions=298&format=raw&query=ACTI&placeId=
is not working because placeId= is replaced by placeId=undefined
How can I do ?