We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b65c647 commit bd492bbCopy full SHA for bd492bb
src/Cms/Model/CategoryVersion.php
@@ -69,7 +69,6 @@ public function exchangeOriginal(\Cms\Orm\CmsCategoryRecord $draft)
69
$this->_category->parentId = $this->_category->getInitialStateValue('parentId');
70
$this->_category->path = $this->_category->getInitialStateValue('path');
71
$this->_category->order = $this->_category->getInitialStateValue('order');
72
- $this->_category->dateAdd = $this->_category->getInitialStateValue('dateAdd');
73
//status active
74
$this->_category->status = \Cms\Orm\CmsCategoryRecord::STATUS_ACTIVE;
75
//czyszczenie id oryginału
0 commit comments