Procházet zdrojové kódy

enable shuffle autoplay on user elements ajax

Bastien Sevajol před 8 roky
rodič
revize
3448b85051

+ 3 - 1
src/Muzich/HomeBundle/Controller/ShowController.php Zobrazit soubor

@@ -207,7 +207,9 @@ class ShowController extends Controller
207 207
         'viewed_user'      => $viewed_user,
208 208
         'elements'         => $elements,
209 209
         'tag_ids_json'     => $tags_ids_json,
210
-        $type              => $object
210
+        $type              => $object,
211
+        'autoplay_shuffle' => 'elements_get_filter_data_autoplay_show',
212
+        'autoplay_shuffle_show_type' => 'user'
211 213
       ))->getContent();
212 214
     }
213 215