Skip to content

Commit

Permalink
additional choices for fields in grantsmonthly template
Browse files Browse the repository at this point in the history
  • Loading branch information
RabiaSajjad authored Oct 31, 2024
1 parent d23eed4 commit dae6e52
Showing 1 changed file with 22 additions and 10 deletions.
32 changes: 22 additions & 10 deletions ckanext/canada/tables/grants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,14 @@ resources:
en: None
fr: Aucun
order: 9
U:
en: Not collected
fr: Non collecté
order: 10
C:
en: Collected but confidential
fr: Collecté mais confidentiel
order: 11

# 3.27 Other Demographic of intended beneficiary Description (English)
- datastore_id: other_dem_intended_beneficiary_description_en
Expand All @@ -586,20 +594,20 @@ resources:
fr: Description du groupe démographique des bénéficiaires visés (anglais)
description:
en: >
This field is mandatory if “Other” is chosen as an
option for the field “Intended Beneficiary demographic
group”. This field has a maximum length of 1800
This field is mandatory if “Other” is chosen as an
option for the field “Intended Beneficiary demographic
group”. This field has a maximum length of 1800
characters. This text must be provided in both languages.
fr: >
TBD
Ce champ ne peut excéder une longueur maximale de 1800
Ce champ ne peut excéder une longueur maximale de 1800
caractères. Ce texte doit être fourni en anglais et en français.
obligation:
en: This field is mandatory if “Other” is chosen as an option for the field “Intended Beneficiary demographic group”.
fr: TBD
excel_required: false
form_required: false
excel_column_width: 80
excel_column_width: 40
validation:
en: This field has a maximum length of 1800 characters. This text must be provided in both languages.
fr: Ce champ ne peut excéder une longueur maximale de 1800 caractères. Ce texte doit être fourni en anglais et en français.
Expand All @@ -619,20 +627,20 @@ resources:
fr: Description du groupe démographique des bénéficiaires visés (français)
description:
en: >
This field is mandatory if “Other” is chosen as an
option for the field “Intended Beneficiary demographic
group”. This field has a maximum length of 1800
This field is mandatory if “Other” is chosen as an
option for the field “Intended Beneficiary demographic
group”. This field has a maximum length of 1800
characters. This text must be provided in both languages.
fr: >
TBD
Ce champ ne peut excéder une longueur maximale de 1800
Ce champ ne peut excéder une longueur maximale de 1800
caractères. Ce texte doit être fourni en anglais et en français.
obligation:
en: This field is mandatory if “Other” is chosen as an option for the field “Intended Beneficiary demographic group”.
fr: TBD
excel_required: false
form_required: false
excel_column_width: 80
excel_column_width: 40
validation:
en: This field has a maximum length of 1800 characters. This text must be provided in both languages.
fr: Ce champ ne peut excéder une longueur maximale de 1800 caractères. Ce texte doit être fourni en anglais et en français.
Expand Down Expand Up @@ -686,6 +694,10 @@ resources:
en: No amendment
fr: Pas de changement
order: 5
U:
en: Unknown
fr: Inconnu
order: 6

# System fields for audit trail
- datastore_id: record_created
Expand Down

0 comments on commit dae6e52

Please sign in to comment.