In between commit implementing EntityDomServiceTest

This commit is contained in:
Kevin Frantz
2019-02-25 14:34:55 +01:00
parent 608b00794b
commit 0b50b1df9a
7 changed files with 107 additions and 1 deletions

View File

@@ -121,8 +121,8 @@ final class EntityDomService implements EntityDomServiceInterface
if ($value instanceof $class) {
$domElement->setAttribute('layer', $layer);
$domElement->setAttribute('id', $value->getId());
$domElement->setAttribute('value', $value->getId());
$domElement->setAttribute('name', LayerType::getReadableValue($layer));
return;
}
}