Added anonymous user id and extra params in program lti (#29429)
* fix: added anonymous user id and extra params in program lti * refactor: updated flag name * fix: fixed linter issues
This commit is contained in:
@@ -20,7 +20,7 @@ ProgramDetailsFactory({
|
||||
userPreferences: ${user_preferences | n, dump_js_escaped_json},
|
||||
industryPathways: ${industry_pathways | n, dump_js_escaped_json},
|
||||
creditPathways: ${credit_pathways | n, dump_js_escaped_json},
|
||||
programDiscussionEnabled: ${program_discussions_enabled | n, dump_js_escaped_json},
|
||||
programTabViewEnabled: ${program_tab_view_enabled | n, dump_js_escaped_json},
|
||||
discussionFragment: ${discussion_fragment, | n, dump_js_escaped_json}
|
||||
});
|
||||
</%static:webpack>
|
||||
|
||||
Reference in New Issue
Block a user