Skip to content

ILLiad Known Issues

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

61 results found

  1. Fields marked as none when they should be hidden

    ​On user pages, delivery methods and "web" fields are set to display 'none' when the correct attribute needs to be:

    <input type=hidden...

    Bug# 8653

    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. Extra undelete icon in Action menus

    There is an extra span in include_TransactionMenu.html and any HTML files with the undelete button in the Templates folder.

    Workaround- change this:

    <a class="btn btn-light <#TRANSACTION field='RequestActionAllowed' name='UndeletePDF' disabledValue='hidden'>"href="<#ACTION action='21' type='11'>&Value=<#TRANSACTION field='TransactionNumber'>" class="menuUndeletePdf">
    <span aria-hidden="true" <span class="fa-stack" style="vertical-align: top;">
    <span class="fas fa-trash-alt fa-stack-1x"></span>
    <span class="fas fa-ban fa-stack-2x text-danger"></span>
    </span> Undelete Item
    </a>

    To this:

    <a class="btn btn-light menuUndeletePdf <#TRANSACTION field='RequestActionAllowed' name='UndeletePDF' disabledValue='hidden'>"href="<#ACTION action='21' type='11'>&Value=<#TRANSACTION field='TransactionNumber'>">
    <span aria-hidden="true" class="fa-stack">
    <span class="fas fa-trash-alt fa-stack-1x"></span>
    <span class="fas fa-ban fa-stack-2x text-danger"></span>
    </span> Undelete Item
    </a>

    Bug# 9309

    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. Blocked user status line styling is inconsistent

    The default blocked user page needs to be updated to consistently look like other pages.

    Bug# 7682

    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. Drop-downs missing options in the web pages

    Some drop-downs in the ILLiad default pages are missing options.

    Workaround - To add these options back into the default pages change this:

    <select id="AcceptAlternateEdition" name="AcceptAlternateEdition" size="1" class="custom-select mr-sm-2">
    <option selected><#PARAM name='AcceptAlternateEdition'></option
    <option>No</option>
    </select>

    To this:

    <select id="AcceptAlternateEdition" name="AcceptAlternateEdition" size="1" class="custom-select mr-sm-2" data-persistedValue="<#PARAM name='AcceptAlternateEdition'>">
    <option>Yes</option>
    <option>No</option>
    </select>

    Bug# 9383

    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. 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. DLL shows incorrect date/time on transaction notes

    The date shows up correctly in the client and the database but not in the transaction notes.

    v9.1
    Bug# 7847

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

    v9.1
    Bug# 7172

    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. Lending web pages reclassifying article requests as loan requests

    Lending web pages don't have an explicit request type tag/field and when an article request is submitted it's being reclassified as a loan causing the titles do not appear in the main menu.

    v9.1
    Bug# 5935

    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. Editing a request in lending pages creates duplicate request

    Editing a request in the lending web pages creates a duplicate request with the changes made instead of saving the changes to the original request.

    v9.1
    Bug# 5969

    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 →
  10. Web alerts not appearing for Status and Delivery Location

    Web alerts for Status and DeliveryLocation don't appear on the web pages for users to when generated through the use of the AJAX (https://support.atlas-sys.com/hc/en-us/articles/360039292194-Performing-an-AJAX-Request-to-View-Customize-Web-Alerts).

    v9.1
    Bug# 5893

    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

  11. 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. LDAP users are being sent to the Main Menu instead of the Request page

    LDAP users who attempted to create a new user after coming in through an OpenURL link are being sent to the Main Menu instead of the Request Page after registration.

    v9.1
    Bug# 5018

    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. Not all fields are displaying at the correct width in the default web pages

    In the 9.1 default web pages, some fields are not displaying at the correct width within the default web pages.

    v9.1
    Bug# 5062

    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. Errors on NewUser/NewAuthRegistration

    The wrong ID (CurrentPassword) is being assigned to the Username field on NewUserRegistration form.

    v9.0
    Bug# 5066

    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. Color consistency - The button for the include_nav_search

    The search button on the Navbar is green instead of utilizing the default blue for consistency. In addition, the size of the nav_search button needs to be adjusted for consistency.

    v9.1
    Bug# 5071

    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. Menu options do not properly display in the patron web pages

    Custom statuses set in the DisplayStatus table (e.g., using "Ready for Pickup or Checked Out" as a display status for "Checked Out to Customer") would not display certain menu options (e.g., renew, clone, etc.) in the patron web pages because the <#MENU> tag would not read the custom statuses as a valid status.

    v9.1
    Bug# 5050

    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 →
  17. 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 →
  18. HTTP Headers

    The HTTP headers could potentially pose a risk of cross-frame scripting (XFS) in the ILLiad web pages.

    v9.1
    Bug# 4848

    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. Document Type Tags

    Document type tag can be a potential risk of cross-site scripting (XSS) in the ILLiad web pages.

    v9.1
    Bug# 4766

    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. ILLiad users are not prompted for password change after 9.0 update

    When a user who has an ILLiad login and an AuthType of Default tries to log in to the ILLiad web pages when WebAuthType=RemoteAuth, they are able to log in without being prompted to change their password (when trying to log in for the first time after the upgrade).

    v9.0
    Bug#4214

    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 →

Feedback and Knowledge Base