Kill processes after running rake - #838
Merged
Merged
Conversation
Contributor
|
👍 |
rlucioni
added a commit
that referenced
this pull request
Aug 30, 2013
Kill processes after running rake
chrisrossi
pushed a commit
to jazkarta/edx-platform
that referenced
this pull request
Mar 31, 2014
Added starting_index conf to AssignmentFormatGrader.
ny0m
referenced
this pull request
in open-craft/openedx-platform
Aug 14, 2017
Reverting YONK-15 API optimisations using course blocks
kluo
pushed a commit
to kluo/edx-platform
that referenced
this pull request
Nov 30, 2018
Fix syntax error with enrollment filter
Sujeet1379
pushed a commit
to chandrudev/edx-platform
that referenced
this pull request
Nov 17, 2022
* fix: [AA-1206] resolve access APIs As part of eliminating redundant fields course_access was removed from the Courseware metadata API. There are some differences between the two APIs - courseware returned an error if the course had flags preventing it from being loaded in the MFE, and courseHome had a second field, can_load_courseware, that returned a boolean. This fix unifies the handling of the access fields to behave consistently.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@cpennington, this fixes that issue we discussed earlier.