Skip to content

Commit

Permalink
Apply name changes from ui-process-bundle : @see cleverage/ui-process…
Browse files Browse the repository at this point in the history
  • Loading branch information
njoubert-cleverage committed Nov 20, 2024
1 parent 069a2fb commit fe1e643
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion config/bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
EasyCorp\Bundle\EasyAdminBundle\EasyAdminBundle::class => ['all' => true],
CleverAge\ProcessUiBundle\CleverAgeProcessUiBundle::class => ['all' => true],
CleverAge\UiProcessBundle\CleverAgeUiProcessBundle::class => ['all' => true],
Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true],
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
Expand Down
7 changes: 3 additions & 4 deletions config/packages/cleverage_process.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
imports:
- { resource: process/ }

clever_age_process_ui:
# Deprecated, @TODO Fix it
# logs:
# report_increment_level: Info # all logs higher are equal than Info were added to ProcessExecution report
clever_age_ui_process:
logs:
report_increment_level: Info # all logs higher are equal than Info were added to ProcessExecution report

clever_age_process:
default_error_strategy: stop
Expand Down
4 changes: 2 additions & 2 deletions config/routes.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
process-bundle-ui:
resource: '@CleverAgeProcessUiBundle/src/Controller'
ui-process-bundle:
resource: '@CleverAgeUiProcessBundle/src/Controller'
type: attribute

controllers:
Expand Down

0 comments on commit fe1e643

Please sign in to comment.