Skip to content

Commit 02a9222

Browse files
authored
Removed date_of_expiry and achievement_description from Learning Credential (#226)
1 parent 8a484de commit 02a9222

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/core/constants/attestation-definitions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,11 @@ export const LEARNING_CREDENTIAL_ATTESTATION: AttestationDefinition = {
166166
{identifier: "issuing_authority", attribute: "Issuing Authority", selectivelyDisclosable: "never"},
167167
{identifier: "issuing_country", attribute: "Issuing Country", selectivelyDisclosable: "never"},
168168
{identifier: "date_of_issuance", attribute: "Date of Issuance", selectivelyDisclosable: "never"},
169-
{identifier: 'date_of_expiry', attribute: "Date of Expiry", selectivelyDisclosable: "never"},
169+
//{identifier: 'date_of_expiry', attribute: "Date of Expiry", selectivelyDisclosable: "never"},
170170
{identifier: "family_name", attribute: "Family Name(s)"},
171171
{identifier: "given_name", attribute: "Given Name(s)"},
172172
{identifier: "achievement_title", attribute: "Achievement Title", selectivelyDisclosable: "never"},
173-
{identifier: "achievement_description", attribute: "Achievement Description", selectivelyDisclosable: "never"},
173+
//{identifier: "achievement_description", attribute: "Achievement Description", selectivelyDisclosable: "never"},
174174
{identifier: "learning_outcomes", attribute: "Learning Outcomes"},
175175
{identifier: "assessment_grade", attribute: "Assessment Grade"},
176176
{identifier: "language_of_classes", attribute: "Language of classes", selectivelyDisclosable: "never"},

0 commit comments

Comments
 (0)