Ares Known Issues
63 results found
-
0 votes
-
Barcode values than end with the '/' character are shortened before they reach the request barcode controller
This issue was occurring with the Reshelved action on the RequstBarcodes controller.
Bug# 8243
0 votes -
Sakai LTI Deep Linking
Content Selection Item is not working in Sakai with Deep Linking. There is an OAuth validation error that is preventing the Select Item button from processing.
Bug# 8202
0 votes -
SAM cannot set a DBC file to machine-level default if it's in a user directory
Workaround: Save the DBC to C:.
Bug# 7093
0 votes -
The cursor appears in the username field of the Ares Client logon form when it opens without being focused
When the Ares client is opened, it looks like the cursor is focused on the username field, but you are not able to type until you click it again.
Bug# 7604
0 votes -
InstructorDisplayName does not load correctly
The #CourseInstructor tag does not correctly load the InstructorDisplayName (although it does correctly write to Instructor). This tag should load a value from the InstructorDisplayName field.
Bug# 7060
0 votes -
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 -
Empty messages can be submitted to the Ares board but they never show up
When submitting a message to the Ares message board you can "submit" an empty message without any error message but the message doesn't show up. There is not currently an error message that will pop up if the message or subject fields are left blank.
v4.7
Bug# 46100 votes -
Ares Message Board displays html tags in message box
When posting a message to the courses message board in Ares 4.7 the message box displays the html tags for the text. The issue occurs in both Instructor and Student mode. See the image below for an example.
v4.7
Bug# 46090 votes -
Any link from cbc.ca domain fail the link checker
Several links have been tested to include the base URL.
Links that failed:
https://www.cbc.ca/news/canada/security-certificates-and-secret-evidence-1.777624
https://www.cbc.ca/sports/hockey/nhl
https://www.cbc.ca/Bug# 4568
0 votes -
0 votes
-
User Subscriptions for courses are removed during CourseUserLoads
Even though a user subscribes to an instructors course by toggling the subscription on, if course user loads are performed to add new users then all subscriptions to the course will be deleted. This is because all course users and their subscriptions are being deleted and then re-added during course user loads without any original subscription preferences.
Bug# 4287
0 votes -
Text in Ares Web displays without formatting
Any free text entered into the Ares web pages doesn't follow the HTML formatting when displaying on the web pages. See the attached image for an example of how free text is being formatted.
v4.7
Bug# 42400 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
-
The Show Tag Editor button is improperly aligned
The show tag editor button is not aligned to float to the right above the Reserve Items table.
To fix the "Show Tag Editor" button so it appears on the right side of the page instead of up against the "Save Item Order" button on the left, add the text below to main.css right below the .float-left entry (default row 978)
.float-right {
float: right;
}v4.7
Bug#35820 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 clear button in the web does not clear forms that have already been submitted
Rather than clearing the form, the clear button resets the values it had when it was submitted. Essentially the clear button operates more like an undo button.
Bug#3442
0 votes -
Shared List Item tables doesn't display the BothTitles and BothTitlesIcon columns
Workaround: Add "ArticleTitle" to the DLL query on line 11265 of Main.pas.
Bug#4008
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