-
Notifications
You must be signed in to change notification settings - Fork 3
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
Course publish without metadata (unforked) #2183
Conversation
…s has_site_metadata in static/js/components/PublishDrawer.test.tsx
for more information, see https://pre-commit.ci
* chore(deps): lock file maintenance
@umar8hassan The changes here have a critical side effect. They don't allow us to publish In static/js/components/PublishDrawer.tsx:
For ocw-www, Please make changes for this as you see fit. |
8995db1
to
24913f4
Compare
Looks good to me 👍🏻 |
@pdpinch this is has been tested on RC. Wanted to have your take on this before deploying it to production. |
This reverts commit a01ad56.
What are the relevant tickets?
Fixes #1996
This is a copy of this PR #2015. The original PR is based off forked repository, due to which we couldn't run all workflow checks.
Description (What does it do?)
You can add content to a course and publish it in staging without ever visiting the Metadata section. Production, however will require metadata to be set.
Screenshots (if appropriate):
How can this be tested?
Additional Context
The
course-v2/layouts/partials/course_banner.html
file was changed in theocw-hugo-themes
repository. You can view the changes here