Kristin Aoki
9ca5c61088
Fix id references
2021-08-12 15:07:23 -04:00
Kristin Aoki
a17e2a1a15
Update unitViaSequenceId to check if id is not block id
2021-08-12 14:35:11 -04:00
Kristin Aoki
ea02b2f70f
Update links
2021-08-12 14:32:02 -04:00
Kristin Aoki
5fa33e4015
Update checkBlockCompletion function unitID
2021-08-12 14:30:25 -04:00
Kristin Aoki
569b628961
Update sequenceMetadata response
2021-08-12 11:09:43 -04:00
Kristin Aoki
43eb58974a
Update url length function
2021-08-12 11:00:25 -04:00
Kristin Aoki
6f2281c1a4
Add hash_key to id translations
2021-08-12 10:01:31 -04:00
Kristin Aoki
5538b48ebb
Update prereq_id
2021-08-12 09:59:27 -04:00
Kristin Aoki
847cdfa0bd
Fix misplace semicolon
2021-08-12 09:50:51 -04:00
Kristin Aoki
38db0ebfe1
Add page route and redirect to handle old urls
2021-08-12 09:50:06 -04:00
Kristin Aoki
7b57b06ed5
Update id generation
2021-08-11 12:08:41 -04:00
Kristin Aoki
9c2190980e
Add condition to know how to render sequence links
2021-08-11 10:37:36 -04:00
Kristin Aoki
b4c83a38aa
Update conditional checks to be based on hash_key instead of id
2021-08-11 10:36:52 -04:00
Kristin Aoki
5efc22220f
Update model to store by id instead of hash key
2021-08-11 10:35:17 -04:00
Kristin Aoki
0ba9ed7d31
Add hash key and mapping model
2021-08-11 10:34:32 -04:00
Kristin Aoki
a32a58019d
Add id to hash key mapping for sequences and units
2021-08-11 10:33:54 -04:00
Kristin Aoki
367c8ad0df
Add new feature flag
2021-08-11 10:33:15 -04:00
Kristin Aoki
ea93aea4dd
Add check for routeUnitId
2021-08-06 09:52:19 -04:00
Kristin Aoki
e05428e01d
Add new flag and function for old urls
2021-08-05 14:59:10 -04:00
Kristin Aoki
24de9d7add
Add new feature flag
2021-08-05 14:58:24 -04:00
Kristin Aoki
4e136d9c55
Add dispatch for new feature flag
2021-08-05 14:57:50 -04:00
Kristin Aoki
296607fb76
Add new flag declarations
2021-08-05 14:57:18 -04:00
Kristin Aoki
544e11b628
Add new flag to courseMetadata
2021-08-05 09:32:29 -04:00
Kristin Aoki
75b195bdc0
Fix typos
2021-08-05 09:29:58 -04:00
Kristin Aoki
07042d9908
Update object key for unit and sequence to store by id if no hash_key
2021-08-04 11:10:29 -04:00
Kristin Aoki
2d1a13ab0a
Remove unused definitions
2021-08-03 10:09:11 -04:00
Kristin Aoki
7fde146edd
Remove unused parameters
2021-08-03 10:05:55 -04:00
Kristin Aoki
5f0968e348
Update hash key to be consistently generated for snapshots
2021-08-02 16:22:33 -04:00
Kristin Aoki
20935e7860
Update snapshot to reflect new block hash keys
2021-08-02 16:20:32 -04:00
Kristin Aoki
40ea41996f
Fix broken sequence URL variable
2021-08-02 15:54:26 -04:00
Kristin Aoki
f0fab488a5
Fix broken urls
2021-08-02 15:48:48 -04:00
Kristin Aoki
7f2df8b886
Update snapshot to reflect new storage of blocks by hash key
2021-08-02 15:36:15 -04:00
Kristin Aoki
9b33f20eaa
Fix route path bug
2021-08-02 15:23:25 -04:00
Kristin Aoki
7242583f13
Fix variable in API call
2021-08-02 15:12:05 -04:00
Kristin Aoki
229692255f
Fix broken sequence metadata URL
2021-08-02 15:03:14 -04:00
Kristin Aoki
96a5753b1b
Merge branch 'master' into KristinAoki/TNL-8511
2021-08-02 13:13:22 -04:00
Emma
56ea6d46d4
fix: dfferentiate upsell link eventing between in_course and course_home
2021-08-02 10:40:03 -04:00
Thomas Tracy
d12e93d80a
[feat] MB-1192: Add not passing, course ended status to certificate status alert ( #548 )
...
[feat] Add not passing, course ended status to certificate status alert on the outline tab
2021-08-02 10:10:08 -04:00
Chris Deery
63c86701de
fix: Swap the prev and next icons in rtl ( #571 )
...
Right To Left (RTL) languages need to reverse the
direction of the icons in navigation.
This fix corrects the arrows in UnitNavigation.jsx,
which were missed in the previous checkin.
Fixes: AA-891
Co-authored-by: cdeery <cdeery@edx.edu >
2021-08-02 10:01:54 -04:00
edX Transifex Bot
b99910357b
fix(i18n): update translations
2021-08-02 02:05:24 +05:00
Kristin Aoki
7b45c8b6fa
Fix broken redirect
2021-07-30 16:24:52 -04:00
Kristin Aoki
f2d7e119a5
Update API call urls
2021-07-30 15:22:07 -04:00
Kristin Aoki
4baf78c79e
Update links to match the new pattern
2021-07-30 15:20:01 -04:00
Kristin Aoki
d517f94c49
Add more information about the url changes
2021-07-30 15:18:31 -04:00
Michael Terry
b4bedfe3f0
fix: re-enable access error redirects for course home ( #570 )
...
These redirects are already in place for the courseware, and will
redirect to the outline page, or the dashboard, or wherever, based
on the type of access error (unenrolled, access expired, survey
needed, etc).
This commit stops the course home tabs from paying attention to the
401 error messages coming from the backend - course_access in the
metadata API handles that now.
This commit also changes our useModel hook to more gracefully handle
not being able to find the model - it is a valid case we want to
allow (still will cause problems if you actually try to use the data,
but will at least provide an object you can inspect).
2021-07-30 14:20:42 -04:00
Brian Mesick
8c41e182a2
feat: Remove upgrade sock from course pages ( #556 )
...
REV-2220: The upgrade sock is being removed from the remaining course pages in favor of the new Value Prop work.
2021-07-30 12:55:09 -04:00
Kristin Aoki
43ff07af3e
Update course exit url
2021-07-29 15:17:12 -04:00
Kristin Aoki
aeca68fd56
Update block id variables
2021-07-29 14:17:51 -04:00
Kristin Aoki
29a24aa62e
Fix broken api calls
2021-07-29 14:17:08 -04:00
Kristin Aoki
4be725b4c2
Update iframe url parameter variables
2021-07-29 14:09:51 -04:00