anikard / ECE_inventory_system

0 stars 0 forks source link

Product controller add function still creates new item after 405 error #64

Open kevindelgado opened 7 years ago

kevindelgado commented 7 years ago

When a 405 "item already exists" error occurs, a new item is still created and persisted to db. The add function should quit when a 405 occurs and not create a new item.