Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

TaxonomyTermGroupDefinition misses [ExpectRequired] for Name property #1132

@SubPointSupport

Description

@SubPointSupport

Current definition looks as following:

        [ExpectValidation]
        [DataMember]
        [IdentityKey]
        public string Name { get; set; }

Name property is a required one, should have [ExpectRequired] attribute.

        [ExpectValidation]
        [ExpectRequired]
        [DataMember]
        [IdentityKey]
        public string Name { get; set; }

Metadata

Metadata

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