Replaced group attribute with name attribute in Signal TDF element

This commit is contained in:
Nav
2024-09-15 15:27:08 +01:00
parent 179d7180a2
commit e522261991
266 changed files with 29437 additions and 29436 deletions

View File

@@ -770,6 +770,10 @@ class ValidationService
{
$failures = [];
if (empty($signal->name)) {
$failures[] = 'Missing name';
}
if (empty($signal->padKey)) {
$failures[] = 'Missing pad key';