Skip to content

Allow global expressions to be reordered #773

@brynpickering

Description

@brynpickering

What can be improved?

If users define their own global expressions then they get appended to the set of global expressions. If they then reference those new global expressions in an existing global expression, the ordering means the existing global expression won't understand the reference. This cropped up in #727 and could be solved by allowing an optional "order" or "zorder" attribute to be defined. This is usually defined as e.g. -1 to elevate a global expression to the start of the running order. Or users could be requested to list the global expressions in the config in the order they want them to be defined.

Version

v0.7.0dev6

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions