MINOR Correct implementation of single lookup field when valueToLabel returns null

This commit is contained in:
Maxime Rainville 2018-10-23 11:52:25 +13:00
parent 88d78dfd95
commit af46381dca

View File

@ -94,7 +94,7 @@ class SingleLookupField extends SingleSelectField
return $label;
}
return $value;
return parent::Value();
}
/**