-
Notifications
You must be signed in to change notification settings - Fork 132
fix: remove duplicate markdown_edited save request [Teak] #2127
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
base: release/teak
Are you sure you want to change the base?
fix: remove duplicate markdown_edited save request [Teak] #2127
Conversation
Removes the unnecessary duplicate save request of markdown_edited value to the backend. Part of: openedx#2099 Backports: 62589ae
@bradenmacdonald I think Anas is offline, can you review this backport? I haven't tested yet. Would you be willing to include this commit into #2098 , and then I'll make a PR sandbox against that branch and test both at once? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release/teak #2127 +/- ##
===============================================
Coverage ? 93.88%
===============================================
Files ? 1148
Lines ? 24036
Branches ? 5083
===============================================
Hits ? 22567
Misses ? 1401
Partials ? 68 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Sure, done. |
* fix: enable markdown editor for problems in libraries too This fix is also achieved on master via 5991fd3 / #2068 but this is a simpler fix, not a direct backport of that refactor. * fix: remove duplicate markdown_edited save request (#2127) Removes the unnecessary duplicate save request of markdown_edited value to the backend. Part of: #2099 Backports: 62589ae --------- Co-authored-by: Muhammad Anas <[email protected]>
* fix: enable markdown editor for problems in libraries too This fix is also achieved on master via 5991fd3 / openedx#2068 but this is a simpler fix, not a direct backport of that refactor. * fix: remove duplicate markdown_edited save request (openedx#2127) Removes the unnecessary duplicate save request of markdown_edited value to the backend. Part of: openedx#2099 Backports: 62589ae --------- Co-authored-by: Muhammad Anas <[email protected]>
* fix: enable markdown editor for problems in libraries too This fix is also achieved on master via 5991fd3 / openedx#2068 but this is a simpler fix, not a direct backport of that refactor. * fix: remove duplicate markdown_edited save request (openedx#2127) Removes the unnecessary duplicate save request of markdown_edited value to the backend. Part of: openedx#2099 Backports: 62589ae --------- Co-authored-by: Muhammad Anas <[email protected]>
Removes the unnecessary duplicate save request of markdown_edited value to the backend.
Part of: #2099
Backports: 62589ae , from #2112