Skip to content

Category Id in Experience Level Saving as string #31

@aasalazar23

Description

@aasalazar23

Creating a new experience level resulted in a failed build because the categoryId list field was saving the number as a string instead of an expected number. We either need to convert the string into a number in the save step, or switch to a number widget and only accept one category id. The latter could make more sense as we've divided up GirlCode into Beginner, Intermediate, and Advanced as separate experience levels.

categoryIds:
  - "104"

Instead of

categoryIds:
  - 104

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