Skip to content

Commit b320632

Browse files
Samuell1daftspunk
authored andcommitted
Fixes taglist working inside a repeater
Fixes octobercms#2254
1 parent 6985139 commit b320632

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/backend/formwidgets/taglist/partials/_taglist.htm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
$selectedValues = is_array($selectedValues) ? $selectedValues : [];
23
$availableOptions = array_unique(array_merge($selectedValues, $fieldOptions));
34
?>
45
<!-- Tag List -->

0 commit comments

Comments
 (0)