-
Notifications
You must be signed in to change notification settings - Fork 8
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
Allow the creator of the Course Proposal to renew it #937
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work fixing the unauthorized part of the issue. The first part, "Renewal Unsuccessful" error, is still repeatable on my end. It occurs when a faculty member hits the Renew
button before selecting a term from the Select Term
drop-down.
…correctly. More specifically, it failed to find the correct selector id because we forgot the # before the id in javascript
…nsistent with the other buttons on the page. That is, set the onclick attribute of the tag.
…ess or print action.
…ck arrow and the selections would not reset.
We've finished fixing all of the noted issues. We are ready to be pulled. Resolves #891 |
…leted unnecessary portion (value=).
Check whether the current user has created the course and allow him to renew a Course Proposal.
We were unable to recreate the bug where faculty members could not renew proposals for which they were among the faculty.
This feature was working properly and looks fine in the code.
Resolves #891