Skip to content

Commit

Permalink
Merge pull request #432 from uw-it-aca/fix/CMPS-168
Browse files Browse the repository at this point in the history
Fix/cmps 168
  • Loading branch information
jlaney authored Jul 3, 2024
2 parents d1d8119 + a5ef013 commit e6d9ba2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion compass_vue/pages/caseload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ export default {
} catch (error) {
try {
return (
person.latest_degree.length === 0 &&
person.latest_degree === null &&
this.selectedDegree === "none"
);
} catch (error) {
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author="UW-IT T&LS",
author_email="[email protected]",
include_package_data=True,
install_requires = [
install_requires=[
'django~=4.2',
'uw-memcached-clients~=1.0',
'django-user-agents',
Expand All @@ -40,8 +40,7 @@
'django-person-client',
'python-dateutil~=2.8',
'chardet~=5.0',
'lxml==4.9.4',
'xmlsec==1.3.13'
'lxml==5.2.2',
],
license="Apache License, Version 2.0",
description="A application for managing student advising information.",
Expand Down

0 comments on commit e6d9ba2

Please sign in to comment.