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

CAS: Crosslisted Functionality Broken #421

Merged
merged 1 commit into from
Feb 7, 2022

Conversation

mupotsal
Copy link
Contributor

@mupotsal mupotsal commented Feb 7, 2022

This PR solves issue #419

Description:
There was no crosslisted parameter being passed to the template for the admin courseManagement page. This was resulting in an error since the variable did not exist. Intitialy, @bryantal added an empty list as the parameter so that the page does not break. After analyzing critically the frontend page (app/templates/snips/courseElements/adminCourseTable.html) we thought that a dictionary datatype was the best structure to pass our data hence crosslisted is not a list in this PR. It is a dictionary.

Test.
Navigate to courseManagement/crossListed. Change terms and confirm if the crosslisted column in the table is correct.
Screen Shot 2022-02-07 at 11 12 48 AM

Copy link
Collaborator

@BrianRamsay BrianRamsay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@BrianRamsay BrianRamsay merged commit 94ff124 into development Feb 7, 2022
@BrianRamsay BrianRamsay deleted the crosslisted-feature branch February 7, 2022 20:03
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.

None yet

3 participants