mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2025-03-17 14:52:43 +00:00
Merge pull request #8322 from pgorod/patch-20
Remove Schedulers cron instructions from filter pop-up
This commit is contained in:
commit
b156fffe25
1 changed files with 3 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue