Ares Known Issues
41 results found
-
Change "Modify Class" button on ICourseEdit.html to "Modify Course"
The term class has been replaced with course everywhere.
1 votereleased · AdminDustin Stokes (Chief Technology Officer @ Atlas Systems, Inc., Atlas Systems, Inc.) respondedReleased in Ares 4.6.6
-
Submitted text with unicode characters or diacritics is not handled properly in the web.
This bug is related to updating the DLL to Delphi XE 8,
1 votereleased · AdminDustin Stokes (Chief Technology Officer @ Atlas Systems, Inc., Atlas Systems, Inc.) respondedReleased in Ares 4.6.6
-
The RSS Channel Title and Channel Descriptions do not allow for static text
Currently the RSSCourseItemsChannelDescription and RSSCourseItemsChannelTitle are customization keys that support Course table fields. When the TagProcessor proccesses the values if there is no match for a tag, it is not returning the original input. Currently the 2 keys must contain a <#Courses.Field> or the custom display text will not appear.
1 vote -
The Alert Status Area in the Ares web pages will overlap the tables on the main menu.
Because the text input elements in the column headers have a fixed size, the table can expand beyond its normal are and be overlapped by the sidebar.
1 vote -
PasswordHint should be modified to show as a required field on NewUserRegistration.html
PasswordHint is seeded in WebValidation for new installs to be a required field on NewUserRegistration. The NewUserRegistration.html page should be updated to indicate the Password Hint field is required. This bug was discovered when researching the automatic clearance email feature from Ares 4.6.
1 votereleased · AdminDustin Stokes (Chief Technology Officer @ Atlas Systems, Inc., Atlas Systems, Inc.) respondedReleased in Ares 4.6.6
-
1 votereleased · AdminDustin Stokes (Chief Technology Officer @ Atlas Systems, Inc., Atlas Systems, Inc.) responded
Released in Ares 4.6.6
-
Footer on Student Message Board New Thread page displays in content area
Line 28 of UCourseMessageBoardNewThread.html is missing an angle bracket to end the H1 element.
Current:
<h1 tabindex="0"New topic for <#COURSE field="CourseNumber"/></h1>
Fixed:
<h1 tabindex="0">New topic for <#COURSE field="CourseNumber"/></h11 votereleased · AdminDustin Stokes (Chief Technology Officer @ Atlas Systems, Inc., Atlas Systems, Inc.) respondedReleased in Ares 4.6.6
-
1 vote
-
When exporting course information to a spreadsheet from the web, a blank worksheet is focused instead of the course details.
The spreadsheets are created with three worksheets - Details, Items, and Sheet3. Sheet3 is focused and blank, which may cause confusion for customers.
1 vote -
Personal tags are visible for items in courses that a user is no longer enrolled in
Be sure to address the question if there is any need to preserve tags if the site does not allow authorization to a course and the user can find the item is accessible via searches.
1 vote -
The calendar widget in the Ares webpages uses deprecated javascript functions.
The Xin Calendar 2 (xc2*.js files) widget makes calls to document.routeEvent() in two places. This function has been deprecated for a while now and was recently removed from Firefox altogether. Even so, the calendar still seems to be working correctly, aside from the errors that are raised in the javascript console.
1 vote -
1 votereleased · AdminDustin Stokes (Chief Technology Officer @ Atlas Systems, Inc., Atlas Systems, Inc.) responded
Released in Ares 4.6.6
-
A course's semester is read-only in the web but is displayed in a dropdown that indicates it can be changed.
I think that not allowing instructors to change a course's semester makes sense, and the issue seems to be the misleading appearance of editability.
1 votereleased · AdminDustin Stokes (Chief Technology Officer @ Atlas Systems, Inc., Atlas Systems, Inc.) respondedReleased in Ares 4.6.6
-
The <#ITEM field='BuildURL'> tag used to return an empty string if the field was irrelevant to that item.
The <#ITEM field='BuildURL'> tag used to return an empty string if the field was irrelevant to that item, but this led to blank spaces with back to back pipes.
The <#ITEM field='BuildURL'> tag always returns link text now, which may alter some pages that relied on it returning an empty string when the item's link URL was not relevant.1 votereleased · AdminDustin Stokes (Chief Technology Officer @ Atlas Systems, Inc., Atlas Systems, Inc.) respondedReleased in Ares 4.6.6
-
Empty ListItemID values give an error in the flagged requests list
Repro Steps
1. Click on a list of Flagged Requests.
2. Any empty ListItemIDs are tripping the InvalidCastException catchWe can fix the problem by changing the if rowCellValue != null to if rowCellValue as(T) != null, so that the casting happens before we attempt to add it to the list.
1 votereleased · AdminDustin Stokes (Chief Technology Officer @ Atlas Systems, Inc., Atlas Systems, Inc.) respondedReleased in Ares 4.6.6
-
Web Alert Validation Inconsistency
It is possible to save a Username alert with no Username.
Selecting the Status type does not supply a default Specifier, but selecting Type does supply one.Bug# 4743
0 votesReleased in 5.0.1
-
LoanPeriod and PickupLocation fields are hidden on the Reserve Item Request Form
See the image below for an example.
Workaround: The workaround for this is to make sure the
#LoanPeriodDiv
only contains the #OPTION tag, making sure that all of the surrounding HTML is contained within the#OPTION
tag's headerText and footerText properties.Bug# 4606
0 votesReleased in 5.0.1
-
When cloning an item in the web, routing rules are not applied when the new item's final status is set
For example, changing an item's status from CurrentStatus to PendingActivation will not apply any rules which also prevents any custom routing rules from being applied to items cloned from this item.
Bug# 4559
0 votesReleased in 5.0.1
-
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 votesreleased · AdminBrittany de Gail (Technical Writer/Content Developer, Atlas Systems, Inc.) respondedReleased in Ares 5.0. Please see the Ares FreeText HTML to Markdown Conversion documentation for more information on implementing the fix for this issue: https://support.atlas-sys.com/hc/en-us/articles/360062272033-Ares-FreeText-HTML-to-Markdown-Conversion
-
The non-breaking space value is rendered on the webpage instead of the space
Workaround: See https://support.atlas-sys.com/hc/en-us/articles/360011824714 for instructions on fixing the non-breaking space in the include_defaultcourseinfo.html, UCourseInfo.html, and UCourseTags.html pages.
v4.7
Bug#35840 votesReleased in 5.0.1