Skip to content
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

Merged
merged 15 commits into from
Jun 21, 2023

Conversation

stevensonmichel
Copy link
Contributor

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

Copy link
Contributor

@AndersonStettner AndersonStettner left a 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.

BrianRamsay
BrianRamsay previously approved these changes Jun 16, 2023
@BrianRamsay BrianRamsay dismissed their stale review June 16, 2023 14:40

anderson requested the term change

@hoerstl
Copy link
Contributor

hoerstl commented Jun 16, 2023

We've finished fixing all of the noted issues. We are ready to be pulled.

Resolves #891

app/static/js/slcManagement.js Outdated Show resolved Hide resolved
app/templates/serviceLearning/slcManagement.html Outdated Show resolved Hide resolved
@hoerstl
Copy link
Contributor

hoerstl commented Jun 20, 2023

This branch resolves #890 and also resolves #891.

@hoerstl hoerstl linked an issue Jun 20, 2023 that may be closed by this pull request
@github-actions
Copy link

View Code Coverage

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

Successfully merging this pull request may close these issues.

Fix Faculty SLC Proposal Renewal error Fix dropdowns needing a page reload to select the same option
4 participants