Skip to content

Selecting a queue in Routing is incompatible with GUI generated toml #176

@rgon

Description

@rgon

When generating a queue in the GUI, it adds a new entry to the config/queue/queues.generated.toml file with the [db-N] name:

[db-1]
name = "Customer calls back"
...

However, in the Routing section, when selecting a Queue as a route target, it asks for a path to a configuration file instead of the ID/name of the queue. Thus, forcing the user to manually modify the config files:

Image

Proposal: use IDs and internally find the correct config, like the trunk selector does.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions