mikec655
Results
2
issues of
mikec655
'openapi' key doesn't work in getDescription method ApiPlatform\Doctrine\Orm\Filter\FilterInterface
1
**API Platform version(s) affected**: 3.2.19 **Description** ```public function getDescription(string $resourceClass): array { return [ self::PROPERTY_NAME => [ 'property' => self::PROPERTY_NAME , 'type' => Type::BUILTIN_TYPE_ARRAY, 'required' => false, 'openapi' => [...
When a Fusion form is submitted with a field that uses, for example, a regex validator, the value is included in the error message when it does not match the...