Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

no keyword args sent for job from browser #62

Description

@Vuader

Issue:

Some jobs require keyword arguments. For example:

salt net.config '*' source='running'

When entering source='running' (or any key value pair such as foo='bar') in the "Keyword Arguments" field on /molten/execute, the json data submitted has an empty value for kwarg:

client: "local"
expr_form: "glob"
fun: "net.config"
kwarg: {}
tgt: "*"

As a result, incorrect response is received. Tested this on MAC with Safari, Firefox and Chrome

Expected behaviour:
kwargs are sent and net.config returns with value for runningoutXXXX

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions