JoelMon / pyTalkManager

Software to aid public talk coordinators in the congregations of Jehovah's Witnesses.
http://theodevelopers.github.io/pyTalkManager
6 stars 1 forks source link

Sanity check in outline.py is tricked with capitalization #114

Closed JoelMon closed 8 years ago

JoelMon commented 8 years ago

If a outline title ABC exists and the user enters title abc the sanity will not catch that both titles are the same.

Need to lowercase the title when performing the check for duplicates.

JoelMon commented 8 years ago

Bug was fixed in commit #116