79292306

Date: 2024-12-18 19:48:46
Score: 1
Natty:
Report link

Working for sonata sonata-project/admin-bundle ^4.

final class TestAdmin
{
    // … skipped for brevity

    public function configureFormOptions(array &$formOptions): void
    {
        $formOptions['constraints'] = [
            new UniqueEntity(['fields' => ['slug']])
        ];
    }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Иван Попов