You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
web/auth/index.jsp tries to include a jsp from organization/newCourseOffering.jsp, but this file doesn't exist in the repo. I'm guessing the web/auth/organization directory wasn't committed to git?
The text was updated successfully, but these errors were encountered:
Hi! I can confirm that there are several JSP files included in the current codebase that are no longer needed. There are also several "include" references that are no longer needed. They were left over from a major refactoring a while ago and were never deleted. These references and old files need to be deleted so as not to cause further confusion -- sorry about that! and Thanks! :)
web/auth/index.jsp
tries to include a jsp fromorganization/newCourseOffering.jsp
, but this file doesn't exist in the repo. I'm guessing theweb/auth/organization
directory wasn't committed to git?The text was updated successfully, but these errors were encountered: