Skip to content
This repository has been archived by the owner on May 20, 2019. It is now read-only.

Can't add students to sections in "manage sections" admin mode #22

Open
tiffanyqi opened this issue Jan 16, 2016 · 3 comments
Open

Can't add students to sections in "manage sections" admin mode #22

tiffanyqi opened this issue Jan 16, 2016 · 3 comments

Comments

@tiffanyqi
Copy link
Contributor

No description provided.

@tiffanyqi tiffanyqi added the bug label Jan 16, 2016
@mikeaboody
Copy link
Contributor

The error is in the AdminsController in add_student_to_section. Specifically, the error is that there is some error within the begin statement and then it’s leaving the begin statement without redirecting and thus tries to render a page that doesn’t exist. I'm not sure what error is being caused in the begin statement and what's worse is that this error is only happening on the deployed version, not the local one. Will the creator of this action take a look at this?

@attang
Copy link
Contributor

attang commented Jan 17, 2016

Removing some extraneous code fixed it, but I'm going to leave this open as an enhancement because it can be refactored

@attang attang added enhancement and removed bug labels Jan 17, 2016
@attang
Copy link
Contributor

attang commented Feb 25, 2016

More bugs/edge cases: can't add a student who's enrolled in multiple classes. Also can't add students who share the same name with other students.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants