Replaced group attribute with name attribute in Signal TDF element
This commit is contained in:
@@ -770,6 +770,10 @@ class ValidationService
|
||||
{
|
||||
$failures = [];
|
||||
|
||||
if (empty($signal->name)) {
|
||||
$failures[] = 'Missing name';
|
||||
}
|
||||
|
||||
if (empty($signal->padKey)) {
|
||||
$failures[] = 'Missing pad key';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user