There is php warning on each product update
Components
Labels
None
Description
Context Information
None
Additional information (do not use)
None
Attachments
1
Activity
Show:
Alex September 19, 2011 at 9:08 PM
Closing, since 5.1.3 release has been released.
Alex July 8, 2011 at 10:11 AM
Fix committed to [b]5.1.x branch/b. Commit Message:
Fixes #0001054: There is php warning on each product update
Dmitry Andrejev May 23, 2011 at 1:07 PM
Tested good, please move to 5.1.3 and commit.
Fixed
Priority
Assignee
Reporter
Alex
AlexDeveloper
Alex
AlexChange Log Message
Fixes warning about missing MoreCategories field
Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
External issue ID
1054
External issue URL
Fix versions
Affects versions
Created May 20, 2011 at 10:57 AM
Updated December 29, 2024 at 9:12 PM
Resolved September 19, 2011 at 9:08 PM
In default installation no check is made to detect changed fields of a product before saving it to a database.
However, when I added it my product in OnBeforeItemUpdate method, then I received a warning, that MoreCategories field is missing in a product. Of course it's missing, since there are not product suggest form anywhere to populate/create that MoreCategories field.