MossPiglets / Athena

An application that supports the home database of books
MIT License
1 stars 0 forks source link

Add new Series and choose it from combobox #120

Open Katarzyna-Kadziolka opened 3 years ago

Katarzyna-Kadziolka commented 3 years ago

Repro steps:

  1. Add new Book
  2. Add new Series
  3. Choose new series from Combobox
  4. Click Add Book

Expected result: Book is added Actual result: Error occurs

image

Morasiu commented 3 years ago

Possibly to fix this, you should detach Series entity, after you add it (after SaveChanges).