浏览代码

autoplay sguffle on my favorites page

Bastien Sevajol 9 年前
父节点
当前提交
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
   
17
   
18
   {% include "MuzichCoreBundle:SearchElement:default.html.twig" with{
18
   {% include "MuzichCoreBundle:SearchElement:default.html.twig" with{
19
       'display_autoplay'     : true,
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
   {% if elements|length %}
25
   {% if elements|length %}