Skip to content

Aeon Known Issues

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

89 results found

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

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

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

1 2 3 5 Next →

Feedback and Knowledge Base