Ares Known Issues
65 results found
-
Carriage return at the beginning of the Location field causes it not to display in Items grid
A carriage return at the beginning of the location field will cause the field to be blank in the Ares client grid results.
Bug# 9781
0 votes -
Instructor UserType not working properly in include_menus in Ares 5.0 DLL
The Instructor Tools and Shared Lists menus are still showing up when an Instructor is logged in to the web pages and switched to Student mode, even though they are restricted to the Instructor UserType in the html.
Bug# 9671
0 votes -
Errors in Ares API Post Item
-AtlasSystems.Ares.WebApi.Models.v1.Item does not contain fields for Proxy or ItemFormat, so these fields are always given the default values.
-DomainToModelMappingProfile.cs does not contain mappings for the DocumentType or ItemFormat fields.
Bug# 9285
0 votes -
Custom course search limiting results
Custom search is restricting the results to only courses that have users associated with it.
Bug# 8357
0 votes -
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 -
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 -
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