Skip to content

Commit

Permalink
Dont't disable exports for job list
Browse files Browse the repository at this point in the history
  • Loading branch information
yhabteab committed Aug 10, 2023
1 parent 1fafa5e commit 0632efb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions application/controllers/JobsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ class JobsController extends CompatController
{
use Database;

protected function prepareInit()
{
parent::prepareInit();

$this->getTabs()->disableLegacyExtensions();
}

/**
* List all jobs
*/
Expand Down

0 comments on commit 0632efb

Please sign in to comment.