ILLiad Known Issues
-
Change Password submission does not display status line for passwords successfully changed
When staff force a password is forced reset from the client for a web user, pressing the submit button successfully changes the password, BUT it reloads the change password page with blank values and without a status message stating the password has been successfully changed.
v9.1
Bug# 47950 votesReleased in ILLiad 9.1.2
-
Undo Shipped note and history activated due to case sensitivity
This issue can be identified by the borrowing system error: "Received unexpected undo shipped message for transaction from [lender symbol]".
The issue occurs if the current lender of the request (in OCLC) is the same that was stored on the request when it was shipped and checked in and, the value in OCLC is stored as lower case but the value in ILLiad is stored as uppercase. This causes the request to not match and prompt the undo shipped note.
0 votesReleased in ILLiad 9.1
-
Login as... error causes an error popup and sometimes crashes the client
Workaround: Some sites have reported that changing to another skin and back to original skin allowed Login As to work again.
The Client Error log may say the following: A thread exception has occurred.
System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.Bug#3980
0 votesReleased in ILLiad 9.1
-
Docline script error causes a blank Account Type box to appear on the Docline Importing tab
External systems running on the user's machine such as McAfee AntiVirus can affect web traffic. Since Docline is running through the web, users may receive a script error upon login. If the user clicks No or closes the script error, they will receive a blank Account Type box.
Bug# 4111
v8.7.3 and Docline 6.01 voteReleased in DOCLINE 3.1.2.1 Scripts
-
Saving a ZSearch with no included servers causes an error
When dragging the last server from the included listbox to the available servers listbox and then saving, an error will occur.
1 voteReleased in ILLiad 9.1
-
Empty persist value string
An empty string would be produced when the persist value drop-down in the atlasUtility.js due to the handling of the double-quotes.
Bug# 10061
0 votesReleased in the Default Web Pages on January 22nd, 2021
-
0 votes
Released in v9.1.5 ILLiad Server Release
-
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 votesReleased in v9.1 web page changes on 11/23/2020
-
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 votesReleased in v9.1 web page changes on 11/23/2020
-
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 votesReleased in v9.1 web page changes on 11/23/2020
-
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 votesReleased in v9.1 web page changes on 11/23/2020
-
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# 59350 votesReleased in v9.1 web page changes on 4-9-2020
-
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# 59690 votesFixed in 9.1 Web Page Release on 4-9-2020
-
0 votes
Released in ILLiad 9.1.1
-
The Process Copyright batch process form does not allow processing of items in "Awaiting Copyright Processing - Pipeline"
The batch Copyright Clearance processing form would check to see if the request was at the 'Awaiting Copyright Clearance' status to ensure the request wasn't being processed by someone else simultaneously. When checking for the status of the request, ILLiad should have considered the 'Awaiting Copyright Clearance - Pipeline' status to also be a valid status. Instead, this status was seen as invalid and would prevent latter requests from being processed.
v9.0
Bug# 49300 votesReleased in ILLiad 9.1.2
-
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# 50180 votesReleased in ILLiad 9.1.2
-
DSP isn't utilzing custom queues as target options for SharedServer
Custom queues are not added to the list of business rules as possible targets for shared server installations when utilizing the Decision Support Pipeline feature.
v9.1
Bug# 49610 votesReleased in ILLiad 9.1.2
-
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# 50620 votesReleased in ILLiad 9.1.2
-
Errors on NewUser/NewAuthRegistration
The wrong ID (CurrentPassword) is being assigned to the Username field on NewUserRegistration form.
v9.0
Bug# 50660 votesReleased in ILLiad 9.1.2.
-
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# 50710 votesReleased in ILLiad 9.1.2.