Skip to content

Some lua enumeration values are invalid #134

@adriengivry

Description

@adriengivry

Some lua enumeration values aren't usable in script.
Enumeration values are actually variables contained in a usertype, and they must respect variable naming rules. However, we have some enum values being only numbers:

image
Invalid variable names

We should update all invalid enum values.

Metadata

Metadata

Assignees

No one assigned

    Labels

    CriticalSomething that should be fixed quicklyGood First IssueAn easy issue for new contributors

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions