protected function moveComponentToPanel($data)
 {
     $placeComponentId = $data['componentId'];
     $this->componentService->saveComponentSettingList($placeComponentId, array('freeze' => 0));
     $this->clearCache($data['place']);
     return array('freeze' => false);
 }