Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
deck-web
logger
Commits
ac20a980
Commit
ac20a980
authored
3 years ago
by
Ильнур Табулдин
Browse files
Options
Download
Email Patches
Plain Diff
s
parent
eac0b2d6
master
#1
1-
develop
v1.1.5
v1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.1.0
v1.0.9
v1.0.8
v1.0.7
v1.0.6
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
v0.8.0
v0.7.6
v0.7.5
v0.7.4
v0.7.3
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/api/models/Logger/LoggerSearch.php
+1
-3
src/api/models/Logger/LoggerSearch.php
with
1 addition
and
3 deletions
+1
-3
src/api/models/Logger/LoggerSearch.php
+
1
-
3
View file @
ac20a980
...
...
@@ -25,9 +25,7 @@ class LoggerSearch extends LoggerSerializer
$query
=
LoggerSerializer
::
find
();
$dataProvider
=
new
ActiveDataProvider
([
'query'
=>
$query
,
'sort'
=>
[
[
'defaultOrder'
=>
[
'created_at'
=>
SORT_DESC
]],
]
'sort'
=>
[
'defaultOrder'
=>
[
'created_at'
=>
SORT_DESC
]]
]);
$this
->
load
(
$params
,
'filter'
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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
Menu
Projects
Groups
Snippets
Help