test errors

This commit is contained in:
Benjamin Dalsass
2024-07-30 15:58:51 +02:00
parent 0923f199a0
commit 9f70d0e4b3
5 changed files with 15 additions and 10 deletions

View File

@@ -92,7 +92,7 @@ final class FormFactoryObjectAdapter implements FormFactoryAdapterInterface
// compute label
$sLabel = $oAttributeDefinition->GetLabel();
if(!$this->bGroup){
$sLabel = $this->GetLabel() . ' ••• ' . $sLabel;
$sLabel = $this->GetAdapterIdentifier() . ' - ' . $sLabel;
}
// attribute options