Skip to content

Commit

Permalink
Merge pull request #1 from zaqmughal-ll/main
Browse files Browse the repository at this point in the history
Release: 0.6.0
  • Loading branch information
liquidlightuk committed Jul 25, 2022
2 parents 9ad8406 + eaa7593 commit eacc5ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Classes/Controller/DatatableController.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
use TYPO3\CMS\Core\Utility\PathUtility;
use TYPO3\CMS\Extbase\Object\ObjectManager;
use TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface;
use TYPO3\CMS\Core\Database\Query\Restriction\DeletedRestriction;

abstract class DatatableController extends ActionController implements Datatable
{
Expand Down Expand Up @@ -132,6 +133,7 @@ protected function getTableData(array $params): array
$queryBuilder
->getRestrictions()
->removeAll()
->add(GeneralUtility::makeInstance(DeletedRestriction::class))
;

// Re-apply restrictions
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'author_company' => 'Liquid Light Ltd',
'author_email' => '[email protected]',
'state' => 'beta',
'version' => '0.5.0',
'version' => '0.6.0',
'constraints' => [
'depends' => [
'typo3' => '9.5.0-10.4.99',
Expand Down

0 comments on commit eacc5ed

Please sign in to comment.