Skip to content

UmbracoDisplayName doesn't have the same parameter key as the other attributes #2

Open
@ZioTino

Description

@ZioTino

Need to uniform the parameters, as in UmbracoRequired and others.

[UmbracoDisplayName(dictionaryKey: "Name")]
[UmbracoRequired(DictionaryKey = "_form_error_name")]
public string Name { get; set; }

should be

[UmbracoDisplayName(DictionaryKey = "Name")]
[UmbracoRequired(DictionaryKey = "_form_error_name")]
public string Name { get; set; }

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions