Skip to content

make variant name field optional #81762

Open
@dynst

Description

@dynst

Is your feature request related to a problem? Please describe.

The "name" field is already mandatory on the base item, so it's always available to default to if none is specified in a variant.

Sometimes a variant just needs a custom description and not a new name.

Solution you would like.

Make a variant's alt_name default to the base item's name if it isn't specified.

mandatory( jo, false, "name", alt_name );

Describe alternatives you have considered.

No response

Additional context

"description" is an optional field on the base item, so it does make sense to keep that mandatory on variants.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions