Merge branch 'master' into ticket-app-master

# Conflicts:
#	src/Bundle/ChillMainBundle/Export/Formatter/CSVFormatter.php
#	src/Bundle/ChillMainBundle/Export/Formatter/CSVListFormatter.php
#	src/Bundle/ChillMainBundle/Export/Formatter/SpreadsheetListFormatter.php
#	src/Bundle/ChillMainBundle/Resources/public/vuejs/PickEntity/PickEntity.vue
#	src/Bundle/ChillPersonBundle/Export/Aggregator/AccompanyingCourseAggregators/GeographicalUnitStatAggregator.php
#	src/Bundle/ChillPersonBundle/Resources/public/types.ts
#	src/Bundle/ChillPersonBundle/Resources/public/vuejs/_components/AddPersons.vue
This commit is contained in:
2025-07-09 13:44:23 +02:00
464 changed files with 14544 additions and 4119 deletions

View File

@@ -1136,3 +1136,47 @@ paths:
204:
description: "resource was deleted successfully"
/1.0/main/export-generation/{id}/object:
get:
tags:
- export
summary: get the object status and details of an export-generation
parameters:
- name: id
in: path
required: true
description: The entity export generation id
schema:
type: string
format: uuid
responses:
403:
description: Access denied
200:
description: "ok"
content:
application/json:
schema:
type: object
/1.0/main/export/export-generation/create-from-saved-export/{id}:
post:
tags:
- export
summary: Create an export generation from an existing saved export
parameters:
- name: id
in: path
required: true
description: The entity saved export's id
schema:
type: string
format: uuid
responses:
403:
description: Access denied
200:
description: "ok"
content:
application/json:
schema:
type: object