jolicode / starfleet

:rocket: Share your conferences activity to your buddies
https://starfleet.app/
MIT License
20 stars 3 forks source link

Make Submit admin form aware of excluded conferences #276

Open welcoMattic opened 2 years ago

welcoMattic commented 2 years ago

Here, https://github.com/jolicode/starfleet/blob/master/config/packages/easy_admin/submit.yaml#L25-L28 we need to specify to not fetch excluded conferences.

Thanks @Korbeil to catch the bug

HedicGuibert commented 2 years ago

We have a FormType taking care of this : https://github.com/jolicode/starfleet/blob/master/src/Form/UserAccount/SubmitType.php We should use it