OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardproject.net
BSD 3-Clause "New" or "Revised" License
2.37k stars 1.12k forks source link

Added data annotation to have a proper validation on MenuText length #8757

Closed AndreaPiovanelli closed 4 months ago

AndreaPiovanelli commented 4 months ago

As the title says. I added a data annotation to validate MenuText length based on its maximum length on database (MenuPartRecord.DefaultMenuTextLength).

Reference issue: #8756