From d38c07a206081ee02dd737b8046384dee2c19c3f Mon Sep 17 00:00:00 2001 From: Kristin Aoki <42981026+KristinAoki@users.noreply.github.com> Date: Tue, 13 Jul 2021 15:33:12 -0400 Subject: [PATCH] Update 0009-courseware-url-shortening.md --- docs/decisions/0009-courseware-url-shortening.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/decisions/0009-courseware-url-shortening.md b/docs/decisions/0009-courseware-url-shortening.md index 027a9e88..ac21641d 100644 --- a/docs/decisions/0009-courseware-url-shortening.md +++ b/docs/decisions/0009-courseware-url-shortening.md @@ -38,6 +38,8 @@ The fields definition and requirements ar as follows: * :sequenceSlug (optional) - `display_name` of the current sequence. * :unitSlug (optional) - `display_name` of the current unit +The slugs based on `display_name` are optional because not all blocks have an associated `display_name` attributes, most likely to occur in OLX imports. + ## Consequences If old URLs are not properly routed then the content and those links will no longer be accessible to the user. The old URLs could include, but not limited to, bookmarks and exams.