Fred

Results 7 issues of Fred

Hello, I'm facing a problem with querybuilder (Symfony 5.4): I've created a basic entity: ``` /** * @ORM\Entity(repositoryClass=JustipRepository::class) */ class Justip { /** * @ORM\Id * @ORM\GeneratedValue * @ORM\Column(type="integer") */...

Hello, If I use twigs for customizing a cell in the grid and and the grid globaly, the export fails with "Block "grid_titles" doesn't exist in grid template "ee"." An...

Hello, When using mass action and export in the same datagrid, and an export is selected (csv for example), when I click on the mass action button, the export is...

Question

Hello, I have three entities with ManytoOne/OneToMany relations: ``` class Projet { /** * * @var string $nom @GRID\Column(title="Nom") * @ORM\Column(name="nom", type="string", length=255, nullable=false) */ private $nom; /** * @GRID\Column(title="Domaine",...

Hi , Is there a way to use bootstrap-multiselect with Symfony import:mapper ? Thanks

Hi, I've made changes to make the datagrid support SF6.4, but I'm facing problem with Tests (problem to mock the container). I've also made a branch with PHP attributes instead...