Skip to content

Commit

Permalink
Merge pull request #217 from re-connect/feature/update-exports
Browse files Browse the repository at this point in the history
ETQU, je vois apparaitre dans l'export des ateliers les données des 2 nouveaux champs : proposition de modification + suggestions d'ajout
  • Loading branch information
AntoineAresu authored May 27, 2024
2 parents 77e2949 + 49b92be commit 0b4263d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/Pages/Workshops/Components/WorkshopForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ const WorkshopForm: React.FC<WorkshopFormProps> = ({workshop, onSubmit}) => {
<FormRow>
<FormTextField
id='improvementAxis'
value={values.improvementAxis}
value={values.globalReport}
label="Bilan global et axes d'amélioration"
multiline={true}
rows='4'
Expand Down
4 changes: 3 additions & 1 deletion src/Controller/Admin/WorkshopCrudController.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ class WorkshopCrudController extends ExportableCrudController
'ageBreakpoints',
'usedEquipments',
'equipmentSuppliers',
'improvementAxis',
'globalReport',
'updateProposal',
'addProposal',
'nbBeneficiariesAccounts',
'nbStoredDocs',
'nbCreatedEvents',
Expand Down

0 comments on commit 0b4263d

Please sign in to comment.