You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes it could be helpfull to have the original selection, therefor it would be better to either all $items as optional array argument or instead of findAll() just a find():
Sometimes it could be helpfull to have the original selection, therefor it would be better to either all $items as optional array argument or instead of findAll() just a find():
$items = $class::findAll(Yii::$app->request->getBodyParam('ids', [0]));
for bc reasons maybe a property $selectedIds in $activeSelect object.
$object->selecetedIds = $ids;
return $object->handle($items);
The text was updated successfully, but these errors were encountered: