Merge pull request 'activate bundle event in app' (#7) from 6-activate-event-bundle into main

Reviewed-on: #7
This commit is contained in:
Julien Fastré 2024-02-08 20:23:54 +00:00
commit deadabefa1
4 changed files with 2382 additions and 2012 deletions

View File

@ -0,0 +1,5 @@
kind: Release
body: Upgrade nodes dependencies
time: 2023-11-29T10:43:18.913749558+01:00
custom:
Issue: ""

View File

@ -36,4 +36,5 @@ return [
App\App::class => ['all' => true],
KnpU\OAuth2ClientBundle\KnpUOAuth2ClientBundle::class => ['all' => true],
Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle::class => ['all' => true],
Chill\EventBundle\ChillEventBundle::class => ['all' => true],
];

View File

@ -7,7 +7,7 @@ doctrine_migrations:
'Chill\Migrations\Activity': '@ChillActivityBundle/migrations'
'Chill\Migrations\DocStore': '@ChillDocStoreBundle/migrations'
'Chill\Migrations\CustomFields': '@ChillCustomFieldsBundle/migrations'
# 'Chill\Migrations\Event': '@ChillEventBundle/migrations'
'Chill\Migrations\Event': '@ChillEventBundle/migrations'
'Chill\Migrations\Person': '@ChillPersonBundle/migrations'
'Chill\Migrations\Task': '@ChillTaskBundle/migrations'
'Chill\Migrations\ThirdParty': '@ChillThirdPartyBundle/migrations'

4386
yarn.lock

File diff suppressed because it is too large Load Diff