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

Decross tweaks #40

Merged
merged 3 commits into from
Dec 3, 2024
Merged

Decross tweaks #40

merged 3 commits into from
Dec 3, 2024

Conversation

gjthomas
Copy link
Contributor

No description provided.

@@ -399,6 +399,9 @@ public FindParentResult processSisLookup(String sisSectionId) {
return findParentResult;
}

// this style of Canvas search is case-sensitive, so let's force the upper case that will be accurate for SIS
sisSectionId = sisSectionId.toUpperCase();

Section section = sectionService.getSection(String.format("sis_section_id:%s", sisSectionId));
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe just do the toUpperCase on the line it actually gets used instead of reassigning to the variable?

@gjthomas gjthomas merged commit 81580f0 into main Dec 3, 2024
4 checks passed
@gjthomas gjthomas deleted the decrossTweaks branch December 3, 2024 14:41
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.

2 participants