ILLiad Known Issues
-
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
-
Error in ILLiad/WebReports Application: a visible ungrouped DataColumn is required.
Repro Steps
1. Go to /illiad/webreports/Borrowing/ElecDelTurnaroundTime.aspx
2. Select a range and generate a report
3. Attempt to download the resulting XLSYou should then be presented with the error screen below. This seems to be due to a change in default behavior for DevExpress's ASPxGridView control.
1 voteReleased in ILLiad 9.1
-
The Borrowing Requests Sent by Hour report exports with the name "RequestsSentbyDay"
On the ILLiad web reporting site, run a report for Borrowing - Requests Sent by Hour.
Select 'Export to Microsoft Excel'.
The Excel file that is generated starts with "RequestsSentbyDay...."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.
-
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