Skip to content

Broken categories #14

@RubixDev

Description

@RubixDev

It seems like some commit between fbb2e3d and 7e99de8 broke something with the category parsing. Ever since the following db update (92a5d6c), most category names include multiple categories and commas. For example railMissingUpdateAfterPushFix from carpet-fixes used to have the categories

[
  "BUGFIX",
  "CARPETFIXES",
  "EXPERIMENTAL"
]

but now has

[
  "BUGFIX",
  "CARPETFIXES,BUGFIX",
  "CARPETFIXES,BUGFIX,EXPERIMENTAL"
]

which is obviously wrong. Many rules also just have all categories in one string now. Take for example unpackableWool from Rug: what used to be

[
  "CRAFTING",
  "RUG",
  "SURVIVAL"
]

is now

[
  "CRAFTING, SURVIVAL, RUG"
]

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