You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/src/views/AccountMyFormsDref/DownloadImportTemplateButton/DownloadImportTemplateModal/useImportTemplateSchema.ts
+14-3Lines changed: 14 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -234,7 +234,7 @@ function useImportTemplateSchema() {
234
234
optionsKey: '__boolean',
235
235
validation: 'boolean',
236
236
description: (
237
-
'Indicate only if there was a similar event affecting the same area in the last 3 years.\n'
237
+
'Indicate only if it affected the same population groups\n'
238
238
+'Otherwise, leave the box empty.'
239
239
),
240
240
},
@@ -245,7 +245,7 @@ function useImportTemplateSchema() {
245
245
optionsKey: '__boolean',
246
246
validation: 'boolean',
247
247
description: (
248
-
'Indicate only if there was a similar event affecting the same area in the last 3 years.\n'
248
+
'Indicate only if the national society responded\n'
249
249
+'Otherwise, leave the box empty.'
250
250
),
251
251
},
@@ -255,7 +255,7 @@ function useImportTemplateSchema() {
255
255
label: '<i>If yes, please specify which operations</i>',
256
256
validation: 'string',
257
257
description: (
258
-
'Indicate only if there was a similar event affecting the same area in the last 3 years.\n'
258
+
'Indicate only if the national society requested funding from DREF for that event(s).\n'
259
259
+'Otherwise, leave the box empty.'
260
260
),
261
261
},
@@ -465,6 +465,17 @@ function useImportTemplateSchema() {
465
465
),
466
466
},
467
467
468
+
major_coordination_mechanism: {
469
+
type: 'input',
470
+
validation: 'textArea',
471
+
label: 'Major coordination mechanism',
472
+
description: (
473
+
'List coordination mechanisms/platform in place at local/district and national level. Indicate the lead authorities/agencies. How the National Society is involved/positioned in this coordination. Does the NS in any lead/co-lead role? Any identified gap/overlap in the coordination (e.g., sector missing…)?\n'
474
+
+'Indicate only if there are major coordination mechanism in place\n'
0 commit comments