Skip to content

Ares Known Issues

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

112 results found

  1. 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"/></h1

    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

  2. 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 →
  3. The Ares server installer does not allow repairs.

    When trying to run the Ares server installer in repair mode, and error occurs indicating that SQL server login failed for user 'sa' (error 18456). It looks like the SQL connection verification step is running in repair mode when it shouldn't be. This error causes the repair to fail and rollback.

    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

  4. 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

    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 →
  5. The "Change Status on Send" toggle option is inconsistently rendered when email routing is not relevant.

    In some cases, we're explicitly hiding the "Change Status on Send" toggle altogether when we know that email routing isn't relevant, such as when cancelling an item or when sending an email from the user form. In other cases, the button is just disabled, such as when sending a rightsholder email request from the item form's copyright tab.

    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  ·  Staff Client  ·  Admin →
  6. 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

    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 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

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

  9. The version check does not prevent newer clients from running on older server versions

    The check is looking at the traditional major/minor versions instead of the combination of major and minor.

    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

  10. 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  ·  Staff Client  ·  Admin →
  11. 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 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

  12. The Item.LoanPeriodDescription tag is not properly replaced when generating emails.

    The Customization Manager includes an email tag for LoanPeriodDescription in the Items table. This is not an actual field in the items table and is not replaced properly when emails are being generated in the client. Instead the tag is replaced with "Item.LoanPeriodDescription", i.e. the tag syntax of the brackets and # sign are removed.

    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

    0 comments  ·  Admin Tools  ·  Admin →
  13. Enter key will not open focused row on Course Search Results form

    Clicking the enter key does not open an individual course form from the search results form. This works properly on the custom course search results.

    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

  14. 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 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

  15. Editing certain ribbon fields with diacritic characters will sometimes give an error

    This is an error in the DevExpress control itself that Ares uses and has been reported to them for correction.

    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  ·  Staff Client  ·  Admin →
  16. The Ares installer may incorrectly try to add existing document types on update.

    Repro Steps
    When adding the document types for mp4, docx, pptx, and xlsx in the update script, it is incorrectly checking for existing records with the same DocumentTypeName and Extension. Since only the DocumentTypeName is a primary key field, an existing record with the same DocumentTypeName but different extension will result in a primary key violation. This has come up with the New School, which had already added an mp4 document type.

    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

  17. 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 catch

    We 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 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

  18. Copyright details won't appear when CCC connections fail

    Copyright information will fail to show on item records associated with copyright orders placed through the legacy CCC API if the API fails when checking for copyright order updates.

    Bug# 20638

    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  ·  Copyright  ·  Admin →
  19. Pull slip printing may fail for items with "CCC Project" field values

    Pull slip printing will fail for items that contain a value in the CCC Project (OrderHeader) field if there is any Rightsholder data in the Ares database. The following error will appear in the Client logs:

    "ERROR AtlasSystems.Ares.Client.Printing.StacksSearchItemsPrintStrategy - An exception occurred while fetching Awaiting Stacks Searching items: Conversion failed when converting the nvarchar value '<CCCProjectValue>' to data type int."

    Bug# 20299

    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  ·  Printing  ·  Admin →
  20. CCC Status Updater process that runs when an item record is opened in the Ares Client may fail for Special Request orders

    The CCC Status Updater process that runs when an item record is opened in the Ares Client may fail when checking for changes to items that required a Special Request copyright order and display an error in the Right and Terms fields. The CCC Project number and Marketplace link for the item will not display until the error is resolved.

    Workaround: As of Ares Server v5.0.8, the Ares System Manager's CCC Status Updater process that runs nightly will resolve this error the next time it runs.

    Bug# 19852

    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  ·  Copyright  ·  Admin →

Feedback and Knowledge Base