0
0
Fork 0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2025-03-17 14:52:43 +00:00

Merge pull request from pgorod/patch-20

Remove Schedulers cron instructions from filter pop-up
This commit is contained in:
Dillon Brown 2019-11-29 17:41:40 +00:00 committed by GitHub
commit b156fffe25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,6 +48,8 @@ class SchedulersViewList extends ViewList
public function display()
{
parent::display();
$this->seed->displayCronInstructions();
if (!($this->options['show_all'] === false)) {
$this->seed->displayCronInstructions();
}
}
}