Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

While trying to reproduce problem, described in [In-Commerce] 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

As a result following SQL error is displayed:

P.S.

Might be we shouldn't worry about it that much, because in In-Portal 5.3.x temp handler was rewritten from the scratch and this problem might not exist at all. Need to merge In-Portal 5.2.1-B2 release to In-Portal 5.3.x branch to verify though.

category_item_add_core_fix.patch

category_item_add_modules_fix.patch

Related Tasks

Error rendering macro 'jira' : Unable to locate Jira server for this macro. It may be due to Application Link configuration.

  • No labels