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 Jul 31, 2023
1 parent 8d4c04a commit 2beebb2
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 @@ -17,13 +17,6 @@ class JobsController extends CompatController
{
use Database;

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

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

/**
* List all jobs
*/
Expand Down

0 comments on commit 2beebb2

Please sign in to comment.