Beispiel #1
0
 /**
  * Get row edit url
  *
  * @param Mage_Index_Model_Process $row
  *
  * @return string
  */
 public function getRowUrl($row)
 {
     if (!$row->isEnterpriseProcess()) {
         return $this->getUrl('*/*/edit', array('process' => $row->getId()));
     }
     return '';
 }