-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: New link on studio home to Taxonomy list #23
feat: New link on studio home to Taxonomy list #23
Conversation
342b469
to
23fe279
Compare
38f3af6
to
447c4b6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The template is loading, but seems redirecting to a not good url.
cms/djangoapps/contentstore/utils.py
Outdated
if use_tagging_taxonomy_list_page(): | ||
mfe_base_url = settings.COURSE_AUTHORING_MICROFRONTEND_URL | ||
if mfe_base_url: | ||
taxonomy_list_url = f'{mfe_base_url}/taxonomy-list' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you are right they removed that two weeks ago openedx/frontend-app-authoring#954
23fe279
to
7d8f3a5
Compare
3898b92
to
ac06e18
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ac06e18
to
bcce1d7
Compare
Description
This is a backport of openedx#33439
Testing instructions
The provided instructions on the original pr are enough, just consider that you can use the branch master of course-authoring and if you are using a cms custom theme, you should update that