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.
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.