Active
Project:
Ubercart Attribute Clone
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Nov 2010 at 16:01 UTC
Updated:
2 Nov 2010 at 16:01 UTC
The other method, "Save as a new node then edit" is not caught by the line:
if ($method == 'prepopulate') {
Changed it to:
if ($method == 'prepopulate' || $method == 'save-edit') {
And that seems to work.