Rogier Hafkenscheid

Results 9 issues of Rogier Hafkenscheid

I would like to know if it is intended that not setting scopes on the client (null) lets us allow to all requested scopes (if defined in the app scopes...

Updated dependencies, fixed dependency related things, added an exception and added phpdocs.

I have the idea that it might be usefull to have integration with easyadmin.

Today I installed this bundle in my SF 5.1 project and encountered the following issues: # Routing not working properly Changed: ```yaml # Dmishh\SettingsBundle\Resources\config\routing.yml dmishh_settings_manage_global: path: /global defaults: { _controller:...

I have the idea that it might be usefull to have integration with api-platform.

### Environment #### Package show ``` $ composer show --latest gedmo/doctrine-extensions v3.11.1 ``` #### PHP version ``` $ php -v 8.0.13 ``` ## Subject Probably related to #824 Case: If...

Sortable
Still Relevant

Hi there, I am curious if you have a planning for releasing the first stable version. Maybe you need some help?

question

Hello, I am having issues integrating version 2 with easyadmin (version 1 worked like a charm). Anyone already able to get this to work? Thanks.

With the introduction https://github.com/symfony/symfony/pull/52699 in symfony/property-info v6.4.9, there is a break with this bundle. Defining a flagbag property like so ([source](https://github.com/Elao/PhpEnums/blob/503a7fbe4e2ec3da23b83a4e2fbc45f373677919/tests/Fixtures/Integration/Symfony/src/Entity/AccessRight.php#L28C1-L30C35) ) ```php /** @var FlagBag|null */ #[ORM\Column(type: 'permissions_flagbag', nullable:...