ILLiad Known Issues
-
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.
-
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# 50500 votesReleased in ILLiad 9.1.2
-
UserNotificationPreferences are not initialized for new users created through Automatic User Creation
v9.1
Bug# 48080 votes -
RAPID Lending requests are not downloading correctly for shared server sites
RAPID Lending requests are not downloading correctly for shared server sites who share a RAPID symbol but have different branches.
v9.1
Bug# 48340 votesReleased in ILLiad version 9.1.1.
-
HTTP Headers
The HTTP headers could potentially pose a risk of cross-frame scripting (XFS) in the ILLiad web pages.
v9.1
Bug# 48480 votesReleased in ILLiad version 9.1.1.
-
Document Type Tags
Document type tag can be a potential risk of cross-site scripting (XSS) in the ILLiad web pages.
v9.1
Bug# 47660 votesReleased in ILLiad version 9.1.1.