Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

While trying to reproduce problem, described in [Inin-Commercecommerce] Order Workflow Broken Without Backorders Management Enabled I've stumbled upon 2 even more annoying problems:

Double product creation

  1. go to any section in Catalog
  2. open new Tangible product creation form
  3. click on "Save" on empty form to see validation error
  4. type "ttt" as Name and "taa" as SKU
  5. hit Save

Two identical products are created instead of one. This might be related to other problem (see below), because 1 product record created in temp table, but while temp handler copies it to live table it doubles it somehow.

SQL error on product save

  1. go to any section in Catalog
  2. open new Tangible product creation form
  3. click on "Save" on empty form to see validation error
  4. type "ttt" as Name and "taa" as SKU
  5. click on "Inventory" tab
  6. hit Save

...

category_item_add_modules_fix.patch

Related Tasks

Jira Legacy
serverIn-Portal Issue Tracker
keyINP-1281