added drag and drop for new records via calendar (#1962)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user