We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd4e13 commit 73e14abCopy full SHA for 73e14ab
src/models/Task.php
@@ -155,6 +155,7 @@ public function behaviors()
155
],
156
'sortable' => [
157
'class' => ContinuousNumericalSortableBehavior::class,
158
+ 'prependAdded' => true,
159
'sortAttribute' => 'sort',
160
'scope' => function () {
161
return Task::find()->where(['bucket_id' => $this->bucket_id]);
0 commit comments