CC-4542: Playlists containing dynamic smart blocks cannot be previewed
- fixed
This commit is contained in:
parent
75db11d780
commit
67ca0db4c8
2 changed files with 26 additions and 1 deletions
|
@ -21,7 +21,7 @@ if ($item['type'] == 2) {
|
|||
<span class="ui-icon ui-icon-play"></span>
|
||||
</div>
|
||||
<?php elseif ($item['type'] == 2 && $item['exists']): ?>
|
||||
<div class="big_play" blockId="<?php echo $item["item_id"]; ?>">
|
||||
<div class="big_play" blockId="<?php echo $item["item_id"]; ?>" blocktype="<?php echo $staticBlock?"static":"dynamic"?>">
|
||||
<span class="ui-icon ui-icon-play"></span>
|
||||
</div>
|
||||
<?php else:?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue