Simon Solutions

Results 41 comments of Simon Solutions

These are all basically covered with bootstrap tables. The html-tags or javascript call should be generated by the UX-library then it would be a good extension to Symfony UX I...

It seems like the problem is in the Entity fields "created by" and "updated by" which are relations to the user entity, who created or updated the user. In earlier...

I have only 1 firewall, except die "dev" firewall entry for profiler. But do you have also additional fields in the user entity? Or even fields with database relations?

Only the times created and updated or also the user (created/updated by)? I deleted the created/updated by and it seems to work then. I also looked into the stack and...

I already had seen that entity proxy and read this issue, but for me it didn't click in the brain https://github.com/symfony/symfony/issues/35660 Maybe you see something.

I saw this behaviour too. But I thought that would be normal. Why is the proxy used instead of the original entity? Any idea or clue so far?

I've tried it but didn't succeed with the magic functions un/serialize. Can you give a short example for the repo from this issue?

Do you have a sample for the implementation of UserProviderInterface-class? As this is maybe a not common problem, but also not a single case, I think it should be addressed...

@remy-theroux Can you give me a sample for the workaround what you described? Or is it to be fixed within symfony?

Thank you, that works also for me with minimal modification to identify my users. But is it in general a problem that needs to be addressed in Symfony itself?