luci-lua-runtime: ensure proper forwarding of route arguments to cbi action
authorJo-Philipp Wich <jo@mein.io>
Wed, 26 Oct 2022 07:49:02 +0000 (09:49 +0200)
committerJo-Philipp Wich <jo@mein.io>
Wed, 26 Oct 2022 13:12:17 +0000 (15:12 +0200)
commitca57291bdd3afbeae073ee315305d1ecc57f7f76
treefef8871dee55db80a16a4a997b183ffd71bc74c6
parent3ec7bff0d1f213b827943b8797309025f4d178f3
luci-lua-runtime: ensure proper forwarding of route arguments to cbi action

Ensure that the optional cbi() `config` argument is set to an empty table
if unspecified to ensure that the static call argument array is exactly
two elements long, otherwise call arguments are shifted and the invoked
method might not receive the expected parameter.

This fixes, among others, the dispatching of `arcombine()` targets.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
modules/luci-lua-runtime/luasrc/dispatcher.lua