diff --git a/ckanext/canada/tables/grants.yaml b/ckanext/canada/tables/grants.yaml index c4ab7988f..5f8dc6e6a 100644 --- a/ckanext/canada/tables/grants.yaml +++ b/ckanext/canada/tables/grants.yaml @@ -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 @@ -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. @@ -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. @@ -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