Skip to content

Commit c37a9e5

Browse files
author
Philo Hamel
committed
Fix only_full_group_by in getTypes
1 parent 0a71ba8 commit c37a9e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Model/QueuedTask.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ public function getLength($taskName = null) {
184184
* @return array A list of task names
185185
*/
186186
public function getTypes() {
187-
$fields = ['task'];
187+
$fields = ['task', 'task'];
188188
$group = ['task'];
189189

190190
return $this->find('list', compact('fields', 'group'));

0 commit comments

Comments
 (0)