Combination creation management

This commit is contained in:
Franck Allimant
2013-10-30 15:44:32 +01:00
parent 7a2469cdc8
commit 0cabe7b9e8
21 changed files with 766 additions and 77 deletions

View File

@@ -20,7 +20,7 @@ class Attribute extends BaseAttribute {
$this->dispatchEvent(TheliaEvents::BEFORE_CREATEATTRIBUTE, new AttributeEvent($this));
// Set the current position for the new object
//$this->setPosition($this->getNextPosition());
$this->setPosition($this->getNextPosition());
return true;
}