Sdalsosa / TradArchive

A Traditional Irish Music Tune Archive developed for Code Institute P4.
0 stars 0 forks source link

BUG: Unable to add composer when creating new tune #13

Closed Sdalsosa closed 1 year ago

Sdalsosa commented 1 year ago

Describe the bug When trying to create a new tune, the composer field throws an error when trying to use an already existing composer.

To Reproduce Steps to reproduce the behavior:

  1. Go to admin panel
  2. Click on add new tune
  3. Scroll down to composer field
  4. See error when trying to create a new tune with an existing composer

Expected behavior I should be able to input many tunes by the same composer

Sdalsosa commented 1 year ago

Updated Tune model to allow multiple tunes from the same composer.

BUG FIXED