![]() |
---|
Go to this file resin-client/projects/gouvfr-anct/mediation-numerique/src/lib/structure/models/index.ts
and add the following lines
export * from './enum/access-modality.enum';
export * from './enum/demarches.enum';
export * from './enum/labels.emum';
export * from './enum/public.enum';
export * from './enum/typeModal.enum';
Also check the server MR here
This MR changes the edit structure screen. To edit a structure, go to your pofile then click "..." on a structure then "edit".
header | header |
---|---|
If a field is required and is missing | ![]() |
If a field is NOT required and is missing | ![]() |
If a structure lastUpdateDate is > than 6 months. The page should become Update structure
Test cases remove a mandatory field with mongo db. You should still be able to edit other fields.
Test if the updated date is > than 6 months. The form should become "Update structure..." If a field is missing, the Validate button should not be clickable.
To be completed by the chosen reviewer.