Credit to @alxy for spotting it
This commit is contained in:
Luke Towers 2019-07-09 09:52:30 -06:00 committed by GitHub
parent e0e951dfcd
commit 7782e04ef8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1153,7 +1153,7 @@ class Lists extends WidgetBase
$customMessage = '';
if ($type === 'relation') {
$message = 'Type: relation is not supported, instead use the relation property to specify a relationship to pull the value from and set the type to the type of the value expected.';
$customMessage = 'Type: relation is not supported, instead use the relation property to specify a relationship to pull the value from and set the type to the type of the value expected.';
}
throw new ApplicationException(sprintf('List column type "%s" could not be found. %s', $type, $customMessage));