Skip to content

Ares Known Issues

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

40 results found

  1. Cloning items in the web interface does not always copy tags

    Cloning items in the web interface only copies tags for the logged-in user instead of copying all course tags from the old course to the new course.

    Ares v5.0

    Bug# 13853

    0 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  2. 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 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Web Interface  ·  Admin →
  3. 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 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Web Interface  ·  Admin →
  4. 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 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Web Interface  ·  Admin →
  5. 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#3584

    0 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Web Interface  ·  Admin →
  6. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    released  ·  0 comments  ·  Web Interface  ·  Admin →
  7. The OrderBy #TABLE attribute does not work for many item-related tables.

    Most of the table builder functions we have in the web DLL support an 'OrderBy' to specify the default sorting parameters. However, four item-related tables, Item, ItemNotes, ItemTracking, and ItemHistory, do not apply OrderBy attributes specified in table tags.

    0 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    released  ·  0 comments  ·  Web Interface  ·  Admin →
  8. Entering <#STATUS> in Status Line crashes the Ares Server.

    Repro Steps
    Go to Ares Customization Manager.
    Edit the SLMainMenu customization key.
    Change the value to <#STATUS>.
    Log on to Ares Web.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    released  ·  0 comments  ·  Web Interface  ·  Admin →
  9. The Ares web pages have duplicate "images" folders

    Under the Ares web site, there is an images folder and a css/images folder. The content of the latter is a subset of the former.

    Note that these images are referenced in main.css so the relative paths will change with any updates.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    released  ·  0 comments  ·  Web Interface  ·  Admin →
  10. IPreviousCourseList contains an Item tag that has no reference

    The IPreviousCourseList.html page contains <#ITEM field="ItemID"/>. Normal use case though is not related to a specific item. The Item tag should be removed and replaced with a more relevant page title

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    released  ·  0 comments  ·  Web Interface  ·  Admin →
  11. DLL incorrectly processes authentication restriction within include tags

    The DLL is returning an empty string if the User Authentication Method is not Ares OR if the Customization Key's Authentication Method isn't Ares. It should be an AND instead.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    released  ·  0 comments  ·  Web Interface  ·  Admin →
  12. Ares Web DLL using incorrect controls for the LoanPeriod field (in some cases)

    Repro Steps
    Create a few Sites in Ares using the Customization Manager. Then create some Loan Periods for those sites. For each site:
    Navigate to the IRFBook (Add Reserve Items > Book) form in a default instance of Ares Web
    Select the Site in the Processing Location dropdown
    Submit the form
    Sometimes the form that comes back uses the wrong control for the Loan Period field. It appears that the DLL is deciding to use controls based on the number of Loan Periods per site, disregarding the number of Loan Periods that are not visible to instructors.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    released  ·  0 comments  ·  Web Interface  ·  Admin →
  13. Instructors who visit OpenURL link but have no courses cannot submit the form

    Since adding items to a course requires the use of either a specific course id or selecting from available courses (query defined in BuildTableCourseItemRestrictions) we should be able to detect if there will be any courses that will be shown in the table and redirect to the course home/main menu if there are no courses available for adding the item to. We may need another status line to display after redirecting in this scenario.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    released  ·  0 comments  ·  Web Interface  ·  Admin →
  14. AresSessionId Cookie is not removed when WebLogoutURL is HTTP URL

    If the WebLogoutURL is an http link and not https, the AresSessionID will persist.

    This has already been corrected in development.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    released  ·  0 comments  ·  Web Interface  ·  Admin →
  15. ImportItemText attribute does not work for Ares #TABLE name="Course" tags when Type="Import"

    This causes the Import Items link to disappear from the <#TABLE name="Course" Type="Import"> table when the ImportItemText parameter is set.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    released  ·  0 comments  ·  Web Interface  ·  Admin →
  16. Highlighted links in the web pages do not have sufficient contrast.

    The action links on the student view of course reserve items do not have sufficient contrast to indicate when they're selected or hovered over, as specified in https://www.w3.org/TR/WCAG20-TECHS/G183.html#G183-tests.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    released  ·  0 comments  ·  Web Interface  ·  Admin →
  17. Users cannot populate the ShelfLocation field on web requests

    The ShelfLocation can be populated via OpenURL or web user entry, but the data does not transfer to the database when submitting the request.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    released  ·  0 comments  ·  Web Interface  ·  Admin →
  18. Students are not routed to right page when following OpenURL link

    When following an OpenURL link to submit an Ares item, users are correctly sent to the OpenURL form if they're instructors or proxies for an instructor. However, students without any instructor privileges are not routed correctly; instead of being sent to the main menu, perhaps with a status line message, they fall through to CourseInfo.html (right after the log statement 'Unable to find matching form for acShow action.').

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    released  ·  0 comments  ·  Web Interface  ·  Admin →
  19. Cloning a course in the web may not set item location and proxy fields correctly.

    Cloning a course in the web may not set item location and proxy fields correctly under the following circumstances:
    1. The proxy URL feature is enabled; UseProxy custkey is true and ProxyPrefix has the value of their proxy URL.
    2. There exists items from before UseProxy was set to true where the proxy URL was manually prepended to the item location.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  20. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

← Previous 1

Feedback and Knowledge Base