modiodio

Results 2 issues of modiodio

Hi there, I have a use case that I want to figure out. I have these entities below : Message Entity ``` /** * @ORM\Entity(repositoryClass="App\Repository\MessageRepository") * @ORM\InheritanceType("SINGLE_TABLE") * @ORM\DiscriminatorColumn(name="type", type="integer")...

question

Hi there , I have a weird bug with react admin, the bug occurs in the screen. The code is below ``` ``` CALL 1 : The action automatically fetch...