Closed (fixed)
Project:
Commerce Core
Version:
7.x-1.x-dev
Component:
Product
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Feb 2012 at 13:34 UTC
Updated:
19 Feb 2012 at 14:40 UTC
This is a followup on #1427144: Notice: Undefined index: revision in commerce_product_product_form() (line 77
Like the title says, when the default value for a product type is to create a new revision, the revision fieldset should be expanded, so that it's visible for admins that a new revision is being made.
Comments
Comment #1
googletorp commentedI've created a patch for this: Commit
Comment #2
rszrama commentedHmm, I think the HTML might be messed up in your comment, but I'd love to merge it in if you can fix it. : )
Comment #3
googletorp commentedMissed ending " in href. Should work better now.
Comment #4
rszrama commentedCool, got it in (but inverted the !(&&) conditional to just an ||).