We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed933b4 commit 305cb58Copy full SHA for 305cb58
modules/backend/formwidgets/TagList.php
@@ -154,7 +154,7 @@ public function getLoadValue()
154
$value = parent::getLoadValue();
155
156
if ($this->mode === static::MODE_RELATION) {
157
- return $this->getRelationObject()->lists($this->nameFrom);
+ return $value ?: $this->getRelationObject()->lists($this->nameFrom);
158
}
159
160
return $this->mode === static::MODE_STRING
0 commit comments