소스 검색

autoplay sguffle on my favorites page

Bastien Sevajol 8 년 전
부모
커밋
cfc2572797
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      src/Muzich/FavoriteBundle/Resources/views/Favorite/myList.html.twig

+ 3 - 1
src/Muzich/FavoriteBundle/Resources/views/Favorite/myList.html.twig 파일 보기

@@ -17,7 +17,9 @@
17 17
   
18 18
   {% include "MuzichCoreBundle:SearchElement:default.html.twig" with{
19 19
       'display_autoplay'     : true,
20
-      'autoplay_context'     : 'favorite_my'
20
+      'autoplay_context'     : 'favorite_my',
21
+      'autoplay_shuffle'     : 'elements_get_filter_data_autoplay_favorite',
22
+      'autoplay_context'     : 'favorite_user'
21 23
   } %}
22 24
   
23 25
   {% if elements|length %}