Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
typo3.org
typo3.org
Commits
1b28c0a2
Commit
1b28c0a2
authored
Feb 12, 2019
by
Stefan Busemann
Browse files
[TASK] Change ordering of donations
parent
fa438762
Pipeline
#6171
passed with stages
in 2 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extensions/t3o_donation/Classes/Domain/Repository/DonationRepository.php
View file @
1b28c0a2
...
...
@@ -22,7 +22,6 @@ use TYPO3\CMS\Extbase\Persistence\QueryInterface;
class
DonationRepository
extends
\
TYPO3\CMS\Extbase\Persistence\Repository
{
protected
$defaultOrderings
=
[
'crdate'
=>
QueryInterface
::
ORDER_DESCENDING
,
'date'
=>
QueryInterface
::
ORDER_DESCENDING
,
'date'
=>
QueryInterface
::
ORDER_DESCENDING
];
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment