Skip to content

ILLiad Known Issues

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

115 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  ·  Odyssey Manager  ·  Admin →
  2. 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 →
  3. 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 →
  4. 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 →
  5. 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 →
  6. 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. PDF Document Processor prevents PDF from being closed until the Client is closed - Error message 'file in use'

    When a PDF has been loaded by a PDF Document Processor (on the scanning form or the electronic delivery form), the filesystem keeps a lock on that file until the ILLiad client is closed. This is because the processor is not closing the file.

    Error Log Message Example: The process cannot access the file 'C:\Program Files (x86)\ILLiad\elecdel\o48034.pdf' because it is being used by another process.

    Bug# 8578

    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. ILLiad Client Overdues null reference exception error

    In OverduesList.cs, the gridViewRequest_CustomColumnDisplayText function may throw a null reference exception when it attempts to call ToString() on e.Value.

    Bug# 8564

    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. Blank Password in Client Forms Prompts Error Message

    A blank error message pops up when you:

    1. Open ILLiad Client
    2. Enter a valid username
    3. Leave password blank
    4. Attempt to login

    Bug# 8363

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

  11. Special characters in URL break search for Get It Now ILLiad addon

    Special characters/diacritics in the Author or Title field of a transaction will break the search for the Get It Now addon. The characters appear as they should in the client, and the URL works outside of ILLiad, but when left in the fields the search breaks. Once the characters are removed/replaced it works fine.

    Bug# 7600

    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  ·  Addons  ·  Admin →
  12. 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

  13. Deleted OdysseyReceived Item Cleanup Error

    Under System Manager > Cleanup.ProcessOdysseyHoldingsXmlFile, when the TransactionNumber is received from OdysseyReceived, it may return a null value if the record has not been matched to a transaction.

    Bug# 6560

    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

  14. Docline Citation not importing volume/issue numbers.

    The volume/issue and pages blank are not being imported when there are non-numeric values in the Citation field such as supplemental issues and e-page numbers.

    Bug# 6539

    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 comments  ·  Docline  ·  Admin →
  15. Extra closing div tags in ILLiad 9.1 Default Web Pages

    The web pages with extra div tags include:

    EditArticleRequest
    EditBookChapterRequest
    EditConferencePaperRequest
    EditGenericRequestTesting

    Bug# 6022

    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

  16. 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 →
  17. 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 →
  18. The On Reserve and Publisher Embargo reasons for cancellation do not display properly in OCLC

    The following lending reasons for cancellation do not properly display in OCLC:

    11 – ONRESERVE
    25 – PUBLISHER
    EMBARGO

    ILLiad 9.1 uses WorldShare version 2.1 which does not include support for the OCLC Reasons for No numbers 11 and 25. The WebService works properly from WorldShare to WorldShare but not with ILLiad to WorldShare or WorldShare to ILLiad.

    Bug# 5932

    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  ·  OCLC  ·  Admin →
  19. Application menu button is not visible when using Office 2019 skins

    The default white hamburger is not visible against the white background of the skin. This bug impacts the client, staff manager, and customization manager.

    v9.0 & v9.1
    Bug# 5890

    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

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

Feedback and Knowledge Base