Skip to content

Ares Known Issues

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

112 results found

  1. 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 →
  2. 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 →
  3. 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. 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

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

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

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

  10. 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 →
  11. 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

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

1 2 3 4 6 Next →

Feedback and Knowledge Base