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.
It seems to me that the wrong permission is referenced here. The problem editor page has nothing to do with student data.
What I'm changing it to seems like the best option. In some cases, the problem editor page allows you to edit a problem set. Although, if you enter it directly then it would seem that ability to edit a problem set is irrelevant, and why not let someone code a new problem? But this change is at least a better option than what is in there now, I think.
I came upon this reviewing old issues, in particular #746. For that issue to make sense, my guess is that
modify_problem_sets
is what should be here too. Assuming we don't make something better now that the problem editor is more general purpose than it once was.