nomike / Bauteilsortiment

Django based software for managing an electronics component library
GNU General Public License v3.0
2 stars 3 forks source link

Multilevel Select is caching values #52

Closed nomike closed 1 year ago

nomike commented 1 year ago

Steps to reproduce:

  1. Create a StorageUnit
  2. Add one StorageUnitCompartment to the StorageUnit
  3. Create an Inventory record putting one SubComponent into that StorageUnitComparment
  4. Rename the StorageUnitComparment and add a second one.
  5. Edit the Inventory

You will not be able to select the new StorageUnitCompartment and the currently selected one will have the old name.

If you switch the browser or clear the cache, the correct values are displayed.