Skip to content

Commit

Permalink
Merge pull request #13402 from pradpnayak/ReportDelete
Browse files Browse the repository at this point in the history
Donot show delete task option on create new report
  • Loading branch information
eileenmcnaughton authored Jan 6, 2019
2 parents 827c534 + 3f501e5 commit 050e949
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CRM/Report/Form.php
Original file line number Diff line number Diff line change
Expand Up @@ -1633,6 +1633,7 @@ protected function getActions($instanceId) {
)),
),
);
unset($actions['report_instance.delete']);
}

if (!$this->_csvSupported) {
Expand Down

0 comments on commit 050e949

Please sign in to comment.