Skip to content

Commit 2ec7e7d

Browse files
committed
MAGETWO-35357: Unable to create New attribute through create product page
1 parent 5382993 commit 2ec7e7d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/internal/Magento/Framework/View/Layout/ScheduledStructure.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,7 @@ public function getListToMove()
9999
*/
100100
public function getListToRemove()
101101
{
102-
return array_keys(array_intersect_key(
103-
$this->_scheduledElements,
104-
array_merge($this->_scheduledRemoves, $this->_brokenParent)
105-
));
102+
return array_keys(array_intersect_key($this->_scheduledElements, $this->_scheduledRemoves));
106103
}
107104

108105
/**

0 commit comments

Comments
 (0)