Aeon Known Issues
44 results found
-
JavaScript console error may occur when using the appointment scheduling web interface After typing a date manually into the Appointment Date text field on a web request form, pressing the TAB key or clicking the mouse to move focus elsewhere will return a JavaScript console error in the web browser.
Bug# 19926
0 votes -
Cannot properly focus appointment calendar under certain conditions with keyboard controls After typing a date manually into the Appointment Date text field on the Aeon web pages, pressing the TAB key will not properly bring focus on the calendar date picker and it will not be possible to operate the date picker with keyboard controls until pressing TAB key one more time and then SHIFT+TABing back into the calendar.
Bug# 19925
0 votes -
The Save for Later button on the EAD Request form may submit requests for processing When the SubmitEadRequestsUpToRequestLimit customization key is set to Yes, using the Save for Later button on the EAD request form submits the request for processing instead of saving it for user review. As a result, requests can bypass the appointment requirement.
Bug# 21000
0 votes -
Duration of a booked appointment can't be shortened for reading rooms configured with a single seat Attempting to shorten the duration of an existing appointment booked in a reading room configured with only a single seat on the web will return a "No appointment availability for this start and stop time" error.
Bug# 19849
0 votes -
Appointment scheduling web calendar is not properly formatted for screen reader navigation The HTML tables used to format the appointment scheduling calendar on the web are improperly formatted and cause navigation issues for screen reader users.
Backlog# 18519
0 votes -
Using the <#OPTION> tag with a CustomDropDown group requires the group name to match the target field name CustomDropDown group selections displayed on web forms using the <#OPTION> tag can only be saved to a field with a name matching that of the CustomDropDown group name.
Bug# 17407
0 votes -
Checkboxes generated with the Aeon <#OPTION> tag will save data in an incorrect format Using the <#OPTION> tag to generate a group of checkbox selections for a CustomDropDown group on the web will cause the data selected to be saved with a comma prepended to each value.
Bug# 17406
0 votes -
Submission of XML/HTML tags in EAD requests will cause errors If POSTed data from an EAD request contains an XML/HTML tag, the Aeon server will respond with a 500 error message.
Bug# 17275
0 votes -
ReturnLink fields are not sent during HTTP redirects ReturnLink parameters are not sent by the Aeon Web DLL during the HTTP redirect process.
Bug# 16722
0 votes -
Issues may be caused when DLL attempts to match form values to regular expressions used for web validation Issues can sometimes occur in the Web DLL when matching submitted form data to certain regular expressions defined in the WebValidation table.
Bug# 16111
0 votes -
DLL incorrectly displays detailed error information to users When an error is encountered, the Aeon Web DLL is surfacing detailed error information that should not be visible to end-users.
Bug# 12289
0 votes -
0 votes
-
Duplicate Requests in Aeon by double clicking submit button Users can submit duplicate requests through external requesting by rapidly clicking the submit button.
Bug# 4702
0 votes -
Blocked dates can be bypassed by manually entering date When submitting a new request through the web and manually typing in the date, the date will be accepted regardless of if it is a blackout date. The blackout date will be unavailable if you attempt to select it from the calendar.
Workaround: Disable the manual entry to the date field by adding the below code to the scheduled_date.js:
// Disable manual entry for date
scheduledDate.attr("readonly", true);Bug# 8364
0 votes -
Duplicate classes in DataRow templates A second class attribute was added for action items in the data row template. The contextual classes (e.g, menuClone) should be included in the earlier class definitions.
<a class="dropdown-item btn btn-light <#DATAROW field="RequestActionAllowed" name="Clone" disabledValue="d-none">" href="aeon.dll?Action=11&Form=32&Value=<#DATAROW field="TransactionNumber">" class="menuClone"><span aria-hidden="true" class="fas fa-copy text-primary"></span> Clone Request</a>
Bug# 7869
0 votes -
Date/Times moment.js inconsistency for convert times to browser time Not all Date/Time fields are coded with the ISO8601 date.
Bug# 7710
0 votes -
Old jQuery code no longer required Security scans may ping the following old commented out jQuery in the web pages that needs to be removed:
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<!--<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n"
crossorigin="anonymous"></script>-->Bug# 7573
0 votes -
The ViewAllRequests table and the View Requests By Tag table will always use the same export query The DLL is using the same code for both the MainMenu.html and ViewRequestHistory.html tables and just uses an attribute to determine which table is show.
Bug# 1231
0 votes -
Extra comments on ViewUserReviewRequests.html no longer relevant ViewUserReviewRequests.html contains commented billing javascript that is unnecessary on the review page since it does not contain any billing information.
Bug# 7336
0 votes -
Typo of the spelling "Request" in the templates folder Typo of the spelling "Request" in the templates folder:
DataRowOrderEstimate
DataRowOrderBilling
DataRowElec
DataRowDefaultRequest
DataRowCreditCardOrder
DataRowDefaultActivityBug# 6901
0 votes