Files
luci/applications/luci-app-commands/ucode
Daniel Nilsson 72255eb46c luci-app-commands: correctly pass custom arguments as query string
Commit 702c007 changed the request to be invoked via the Request.get function
instead of the deprecated XHR one. The request options object requires the
query string to be located inside of the subobject "query", otherwise they are
not picked up. This resulted in breaking the custom arguments functionality as
the input would simply be ignored.

Fixes #7255

Signed-off-by: Daniel Nilsson <dannil+github@protonmail.com>
2024-09-18 23:24:03 +02:00
..