ucsb-cs56-w20 / ucsb-courses-search

Spring Boot App to show similar information to that found at UCSB Curriculum Search page
https://ucsb-courses-search.herokuapp.com
2 stars 5 forks source link

Staff refactor el to avoid error when time location null #217

Closed pconrad closed 4 years ago

pconrad commented 4 years ago

Some EL in the view for search results was not checking whether the TimeLocation list was empty.

This was resulting in errors in the view that were being caught by CI

We refactored the code to move the complex EL into the model object and just called the new methods.