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

hide title field on slot form when slot type is talk #218

Closed saadismail closed 4 years ago

saadismail commented 4 years ago

PR information

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

Description

While adding/editing a slot, if slot type is talk then user has to select the talk (from the talk list dropdown) as well as write the title there which is redundant.

With this PR, if the slot type is talk, then title field will be hidden and the selected talk's string will be used as the title of slot.

tdutrion commented 4 years ago

Thanks for your work @saadismail!

cgrandval commented 4 years ago

Thanks @saadismail for your work :-)