ral-facilities / inventory-management-system-api

Apache License 2.0
1 stars 0 forks source link

Error updating catalogue item's catalogue category to different number of properties #349

Closed joelvdavies closed 2 months ago

joelvdavies commented 4 months ago

While working on #343 I found that when updating a catalogue item's catalogue_category_id to one that has no properties (from one that does) - the current check on equal properties doesn't work as the for loop never runs. This means it subsequently throws an error that isn't caught.