spree-contrib / spree_drop_ship

Spree Drop Shipping Extension
BSD 3-Clause "New" or "Revised" License
104 stars 120 forks source link

When a Supplier adds a Product, they should be associated #57

Closed josetapadas closed 9 years ago

josetapadas commented 9 years ago

Generates a relation between newly created Spree::Products (or Variants) and the Supplier that created it. This avoids an error while trying to associate a specific product with a supplier.

A more detailed discussion in : https://github.com/spree-contrib/spree_drop_ship/issues/56

brandon-a-hay commented 9 years ago

I totally agree with this. This extension isn't complete until products are scoped to the user creating them.

josetapadas commented 9 years ago

Any change you can review this @JDutil ?

Thanks in advance!