Merge pull request #8492 from open-sausages/pulls/4.3/fix-single-look-up-field-value

MINOR Correct implementation of single lookup
This commit is contained in:
Maxime Rainville 2018-10-23 13:20:38 +13:00 committed by GitHub
commit 022e0b971e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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