Feature: add thirdParty choice in docgen person context

This commit is contained in:
nobohan
2023-05-23 23:02:00 +02:00
parent db33fab097
commit d0867f9aa3
4 changed files with 74 additions and 4 deletions

View File

@@ -137,9 +137,9 @@ class ActivityContext implements
'label' => 'docgen.Ask for thirdParty',
])
->add('thirdPartyLabel', TextType::class, [
'label' => 'thirdParty label',
'label' => 'docgen.thirdParty label',
'required' => true,
]);;
]);
}
/**