Skip to content

Aeon Known Issues

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

89 results found

  1. Aeon DLL generating duplicate requests on refresh

    When a user submits a request, the request is created as expected after logging in. Then, if the user clicks the refresh button in their browser, a duplicate request is submitted.

    If the user is already logged in and attempts to refresh after submitting the request, I get the: "This form has already been submitted. Duplicate request not created." error as expected.

    Bug# 8826

    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. Activity tags are not handling special display formats

    The default pages do not currently support special date formats such as ISO8601 for the ActivityStatusDate. When adding the ISO8601 to the code, the pages are preventing the UTC time from being converted to the user's local timezone.

    Bug# 8611

    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

  3. DLL request copy doesn't redirect user

    Requesting a copy from the Item Checked Out or Available for Use status produces the correct status line, but doesn't redirect user to the edit photo duplication form, and also gives a status line about editing a request that has already been processed.

    Bug# 7393

    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

  4. Duplication Orders do not appear on detailed information

    When the ViewDetailedDefaultInformation page contains a blank field value is blank. As a result, the javascript designed to hide blank/empty fields doesn't show the entire div block.

    Bug# 7337

    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

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

  6. Adding new lines to the web alerts breaks the alert

    When adding carriage returns, it breaks the JSON parse.

    Workaround: Use a <br> tag before starting a new line to ensure the alert will display properly.

    v5.0
    Bug# 7246

    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

  7. Nonvalidate attribute not added to the cancel button

    For pages with the required attribute and a cancel button, the nonvalidate attribute needs to be added to the cancel button in order to allow users to stop the request form and return to the main menu. The attribute also needs to be added to the Save Request button in the includerequestbuttons.html.

    Bug# 6909

    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

  8. Aeon's logon sitemap form display

    Underneath the "2019 Atlas Systems, Inc. All Rights Reserved" div, enter the following code to add the site map form on the logon page:

    <span class="new-line">
    <a href="aeon.dll?Action=10&Form=3>">Site Map</a>
    </span>

    Bug# 6681

    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

  9. SessionID is being deleted on FAQ, About, and SiteMap

    Aeon is deleting the Session ID on pages that are able to be accessed when not authenticated.

    Bug# 4415

    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

  10. 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 →
  11. NewUserRegistration.html page typo

    In the following line of the NewUserRegistration.html:

    <input type="text" class="form-control" name="Username" id="CurrentPassword" value="<#PARAM name='NewUsername'>" autocomplete="off">

    the id="CurrentPassword" should be id="Username".

    v5.0
    Bug# 4542

    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 →
  12. 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 →
  13. 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 →
  14. Secondary address issue on ChangeUserInformation.html

    There is an extra space in the code before the term CustomizationKey in the ChangeUserInformation.html page which causes the alternative address information section to ignore the settings in the Customization Manager.

    <section name="alt-address-info" style="<#CONDITIONAL type=" CustomizationKey" test="UseSecondaryAddress" false="display:none">">

    v5.0
    Bug# 4549

    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 →
  15. The checkbox functionality doesn't work properly for ResearchTopicsSharing

    The checkbox does not work properly for sharing research topics with the NewUserRegistration.html, ChangeUserInformation.html, and NewAuthRegistration.html pages.

    Workaround:

    Here's the current code:

    <div class="form-check">
    <label for="form-checkbox ResearchTopicsSharing">
    <span class="<#ERROR name='ERRORResearchTopicsSharing'>">
    <input class="form-check-input" type="checkbox" id="ResearchTopicsSharing" <#CHECKED name='ResearchTopicsSharing' default='true'>>May we share your research topics with others?
    </span>
    </label>
    </div>

    To fix it she added the 'name="ResearchTopicsSharing" value="Yes"' elements:

    <div class="form-check">
    <label for="form-checkbox ResearchTopicsSharing">
    <span class="<#ERROR name='ERRORResearchTopicsSharing'>">
    <input class="form-check-input" type="checkbox" id="ResearchTopicsSharing" name="ResearchTopicsSharing" value="Yes" <#CHECKED name='ResearchTopicsSharing' default='true'>>May we share your research topics with others?
    </span>
    </label>
    </div>

    v5.0
    Bug# 4551

    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 →
  16. The Activities can't be downloaded as an Excel XLS file

    The logs will show the error message "Error processing method" when a failed attempt to download the Activites from the Aeon 5.0 Web Pages.

    v5.0
    Bug# 4566

    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

  17. <#requestlimit> in Status Line displays confusing text for 0/unlimited value

    When an individual user has a request limit of “0” set in the client (so that the user can have unlimited requests), that “0” then shows up in web status lines as the user’s request limit if the <#requestlimit> tag is used in any status lines."

    Status line message: "Thank you for your request(s). If you have more than 0 active requests, your requests will be placed in review and you will need to submit individual requests from the Saved Requests page."

    Should clarify message if request limits are used overall, but individual user has unlimited limit.

    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

  18. 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 →
  19. External request submissions do not persist through new user registration

    When submitting a request to Aeon through the external request endpoint, if the patron clicks the 'First Time User' link to register as a new user, the patron will be taken to the main menu and the external request data will be lost

    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 →
  20. Password hint function does not work on web

    The status line reports "Invalid Password" but does not show the user's password hint.

    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

Feedback and Knowledge Base