DarkmiraTour / community-event-manager

Web application with a collection of tools helping people organising community events such as multi-days conference with reminders, CRM and such
GNU General Public License v3.0
21 stars 22 forks source link

Fix Title value object #225

Closed hermann8u closed 4 years ago

hermann8u commented 4 years ago

PR information

Q A
Branch? Develop
Bug fix? yes
New feature? no
Tests pass? yes
Related issue no

Description

In the Title value object, there are two constants to fix the length range of the string. However, this constants were used only in the Exception message and the if statement used harcoded values instead.

I replaced this harcoded value with the constants and change the value of the MAX_LENGTH to match the old hardcoded one.