added drag and drop for new records via calendar (#1962)

This commit is contained in:
Kevin Papst
2020-09-17 01:13:48 +02:00
committed by GitHub
parent 14b3de4300
commit 9ef32e75c5
82 changed files with 2808 additions and 385 deletions

View File

@@ -40,8 +40,9 @@ fos_rest:
# service: null
# formats:
# name: ~
# formats:
# name: ~
formats:
json: true
xml: false
# templating_formats:
# name: ~
view_response_listener:
@@ -66,6 +67,7 @@ fos_rest:
# 'Symfony\Component\Routing\Exception\ResourceNotFoundException': 404
# 'Doctrine\ORM\OptimisticLockException': HTTP_CONFLICT
# 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException': 400
'App\Validator\ValidationFailedException': 400
messages:
'Symfony\Component\Routing\Exception\ResourceNotFoundException': true
'Symfony\Component\HttpKernel\Exception\NotFoundHttpException': true
@@ -83,7 +85,7 @@ fos_rest:
enabled: true
# service: null
rules:
- { path: ^/api, prefer_extension: true, fallback_format: json, priorities: [ json, xml ] }
- { path: ^/api, prefer_extension: true, fallback_format: json, priorities: [ json ] }
# host: null # URL host name
# methods: null # Method for URL
# stop: false