Skip to content

Commit

Permalink
Merge pull request #19 from indiana-university/LMSA-7975_add_service_…
Browse files Browse the repository at this point in the history
…method_for_ps_clas_tbl_search

LMSA-7975 - use new sisService call
  • Loading branch information
dsobiera authored Sep 28, 2023
2 parents e2bb0ec + f4ccb59 commit b4021a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<jdk.target>17</jdk.target>
<jquery.version>3.7.1</jquery.version>
<lms-canvas-rivet.version>5.2.5.2</lms-canvas-rivet.version>
<lms-embedded-services.version>5.2.16</lms-embedded-services.version>
<lms-embedded-services.version>5.2.17</lms-embedded-services.version>
<lms-team-spring-boot-it12>4.8</lms-team-spring-boot-it12>
<spring-cloud.version>2021.0.8</spring-cloud.version>
<webjars-locator.version>0.47</webjars-locator.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ public String lookupSearchBySisId(@ModelAttribute FindParentModel findParentMode
List<CanvasTerm> terms = courseSessionService.getAttributeFromSession(session, "all",
"terms", List.class);

SisCourse sisCourse = sisService.getSisCourseBySiteId(findParentModel.getSisIdSearch().trim().toUpperCase());
SisCourse sisCourse = sisService.getLegacySisCourseBySiteId(findParentModel.getSisIdSearch().trim().toUpperCase());
findParentResult = crosslistService.processSisLookup(sisCourse);

model.addAttribute("terms", terms);
Expand Down

0 comments on commit b4021a2

Please sign in to comment.