Donot show delete task option on create new report
authorPradeep Nayak <pradpnayak@gmail.com>
Fri, 4 Jan 2019 15:51:08 +0000 (15:51 +0000)
committerPradeep Nayak <pradpnayak@gmail.com>
Fri, 4 Jan 2019 15:51:08 +0000 (15:51 +0000)
CRM/Report/Form.php

index 479cb1670c1e0939278e2ece8101843ac650aa7f..1dfb9becd23c50e2af524bf2fb54b3c3f94a993e 100644 (file)
@@ -1633,6 +1633,7 @@ class CRM_Report_Form extends CRM_Core_Form {
           )),
         ),
       );
+      unset($actions['report_instance.delete']);
     }
 
     if (!$this->_csvSupported) {