Ares Known Issues
5 results found
-
Instructor not added as instructor when creating course
When an Instructor or FullProxy creates a course:
- The course's Instructor field is set to the instructor's name (should be left blank)
- They are not assigned as a user for the courseAs a result, the instructor receives the following message:
"Your course has been added to Ares. You do not have the authorization to access this course. "Bug# 7058
0 votes -
The loan period does not automatically adjust when the pickup location changes in web forms
Workaround: Replace line 180 in aresajax.js with the following line:
data: { action: 70, type: 785, PickupLocation: pickupLocation, LoanPeriod: $('#LoanPeriod').val() },Bug#4140
0 votes -
0 votes
-
Removing Shared List from course does not remove related items
Removing shared list items from a course can leave orphaned records in the database since it only removes the one item and not related items.
Bug#3474
0 votes -
The Delete Shared List function doesn't prompt the "Are you sure you want to delete this shared list?" warning
When deleting a shared list in the Ares pages, the Delete Shared List function doesn't run and give the "Are you sure you want to delete this shared list?" warning. This also happens with disassociating the course.
v4.7 & 4.6
Bug#39420 votes