diff --git a/api/src/Etemplate/Widget/Taglist.php b/api/src/Etemplate/Widget/Taglist.php index 24102f9854..19ae736f56 100644 --- a/api/src/Etemplate/Widget/Taglist.php +++ b/api/src/Etemplate/Widget/Taglist.php @@ -144,7 +144,7 @@ class Taglist extends Etemplate\Widget foreach((array) $value as $key => $val) { - if($this->type == 'taglist-account') + if($this->type == 'taglist-account' && !$this->attrs['allowFreeEntries']) { // If in allowed options, skip account check to support app-specific options if(count($allowed) > 0 && in_array($val, $allowed)) continue;