beta test: added quick search box for customers, projects and activities (#392)

This commit is contained in:
Kevin Papst
2018-11-06 23:35:09 +01:00
committed by GitHub
parent db7de3aac1
commit bae24dd0ec
7 changed files with 122 additions and 43 deletions

View File

@@ -88,6 +88,11 @@ services:
tags:
- { name: form.type_extension, extended_type: Symfony\Component\Form\Extension\Core\Type\FormType }
App\Form\Extension\EnhancedChoiceTypeExtension:
arguments: ["%kimai.theme.select_type%"]
tags:
- { name: form.type_extension, extended_type: Symfony\Bridge\Doctrine\Form\Type\EntityType }
# ================================================================================
# THEME
# ================================================================================