Thomas Berends

Results 9 comments of Thomas Berends

Hey @askeita ! What I would prefer to make sure it falls into good hands is that you first contribute to the project. I still have enough time to check...

@jarednova @matt416 Can confirm this solution works. I'm using this now to separate some common templates from our themes and in a common plugin so we can update this separately.

@ddeboer @abulford Is there any news on this? We've just discovered this in one of our API's and are figuring out how to fix this. A solution in FOSOAuthServerBundle itself...

@cosminsandu Thanks for the amazing work :D

Hey all. In April I'm starting a new job and I'll be working full-time on Symfony projects again. I'm closing this issue since a takeover is no longer needed. I'll...

Closing this since it's outdated and applies to an older version.

It worked like this: ``` doctrine: dbal: schema_filter: '~^(?!tiger)~' ``` Would it be an idea to add this to the documentation? I can make a PR, but not sure if...

Not sure what's happening here. Got the same problem. Upgrading to v4.26.5 gives no New action. Downgrading to v4.25.1 makes them return. It's a basic admin with just a few...

@pfpro Can confirm this solves it. For whoever finds this: Steps to fix: - Remove the `bundles` folder inside of /public. - Run `php bin/console assets:install` - Run `php bin/console...