Aeon Known Issues
91 results found
-
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# 9632
0 votesReleased in v5.0.24 Default Web Pages on 22 Jan 2021
-
Not enough contract with the gray text in web pages
The gray text used on some of the default pages doesn't meet contrast requirements for WCAG.
Bug# 8005
0 votesReleased in v5.0.18 on 11/23/2020
-
Aeon DLL generating duplicate requests on refresh
When a user submits a request, the request is created as expected after logging in. Then, if the user clicks the refresh button in their browser, a duplicate request is submitted.
If the user is already logged in and attempts to refresh after submitting the request, I get the: "This form has already been submitted. Duplicate request not created." error as expected.
Bug# 8826
0 votesreleased · AdminBrittany de Gail (Technical Writer/Content Developer, Atlas Systems, Inc.) respondedReleased in Aeon v5.1
-
Activity tags are not handling special display formats
The default pages do not currently support special date formats such as ISO8601 for the ActivityStatusDate. When adding the ISO8601 to the code, the pages are preventing the UTC time from being converted to the user's local timezone.
Bug# 8611
0 votesreleased · AdminBrittany de Gail (Technical Writer/Content Developer, Atlas Systems, Inc.) respondedReleased in Aeon v5.1
-
DLL request copy doesn't redirect user
Requesting a copy from the Item Checked Out or Available for Use status produces the correct status line, but doesn't redirect user to the edit photo duplication form, and also gives a status line about editing a request that has already been processed.
Bug# 7393
0 votesreleased · AdminBrittany de Gail (Technical Writer/Content Developer, Atlas Systems, Inc.) respondedReleased in Aeon v5.1
-
Duplication Orders do not appear on detailed information
When the ViewDetailedDefaultInformation page contains a blank field value is blank. As a result, the javascript designed to hide blank/empty fields doesn't show the entire div block.
Bug# 7337
0 votesreleased · AdminBrittany de Gail (Technical Writer/Content Developer, Atlas Systems, Inc.) respondedReleased in Aeon v5.1 and v5.0.73 default web pages
-
0 votesreleased · AdminBrittany de Gail (Technical Writer/Content Developer, Atlas Systems, Inc.) responded
Released in Aeon v5.1 and v5.0.73 default web pages
-
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.
v5.0
Bug# 72460 votesreleased · AdminBrittany de Gail (Technical Writer/Content Developer, Atlas Systems, Inc.) respondedReleased in Aeon v5.1
-
Nonvalidate attribute not added to the cancel button
For pages with the required attribute and a cancel button, the nonvalidate attribute needs to be added to the cancel button in order to allow users to stop the request form and return to the main menu. The attribute also needs to be added to the Save Request button in the includerequestbuttons.html.
Bug# 6909
0 votesreleased · AdminBrittany de Gail (Technical Writer/Content Developer, Atlas Systems, Inc.) respondedReleased in Aeon v5.1 and v5.0.73 default web pages
-
Aeon's logon sitemap form display
Underneath the "2019 Atlas Systems, Inc. All Rights Reserved" div, enter the following code to add the site map form on the logon page:
<span class="new-line">
<a href="aeon.dll?Action=10&Form=3>">Site Map</a>
</span>Bug# 6681
0 votesreleased · AdminBrittany de Gail (Technical Writer/Content Developer, Atlas Systems, Inc.) respondedReleased in Aeon v5.1 and v5.0.73 default web pages
-
SessionID is being deleted on FAQ, About, and SiteMap
Aeon is deleting the Session ID on pages that are able to be accessed when not authenticated.
Bug# 4415
0 votesreleased · AdminBrittany de Gail (Technical Writer/Content Developer, Atlas Systems, Inc.) respondedReleased in Aeon v5.1
-
The Status drop-down on NewUserRegistrationForm and ChangeUserInformation are not populating information properly
v5.0
Bug# 48040 votesReleased in Aeon 5.0 default web pages on 1/20/2020.
-
NewUserRegistration.html page typo
In the following line of the NewUserRegistration.html:
<input type="text" class="form-control" name="Username" id="CurrentPassword" value="<#PARAM name='NewUsername'>" autocomplete="off">
the id="CurrentPassword" should be id="Username".
v5.0
Bug# 45420 votesReleased in Aeon 5.0 web pages on 1/20/2020.
-
0 votes
Released in Aeon 5.0 web pages on 1/20/2020.
-
0 votes
Released in Aeon 5.0 web pages on 1/20/2020.
-
Secondary address issue on ChangeUserInformation.html
There is an extra space in the code before the term CustomizationKey in the ChangeUserInformation.html page which causes the alternative address information section to ignore the settings in the Customization Manager.
<section name="alt-address-info" style="<#CONDITIONAL type=" CustomizationKey" test="UseSecondaryAddress" false="display:none">">
v5.0
Bug# 45490 votesReleased in Aeon 5.0 web pages on 1/20/2020.
-
The checkbox functionality doesn't work properly for ResearchTopicsSharing
The checkbox does not work properly for sharing research topics with the NewUserRegistration.html, ChangeUserInformation.html, and NewAuthRegistration.html pages.
Workaround:
Here's the current code:
<div class="form-check">
<label for="form-checkbox ResearchTopicsSharing">
<span class="<#ERROR name='ERRORResearchTopicsSharing'>">
<input class="form-check-input" type="checkbox" id="ResearchTopicsSharing" <#CHECKED name='ResearchTopicsSharing' default='true'>>May we share your research topics with others?
</span>
</label>
</div>To fix it she added the 'name="ResearchTopicsSharing" value="Yes"' elements:
<div class="form-check">
<label for="form-checkbox ResearchTopicsSharing">
<span class="<#ERROR name='ERRORResearchTopicsSharing'>">
<input class="form-check-input" type="checkbox" id="ResearchTopicsSharing" name="ResearchTopicsSharing" value="Yes" <#CHECKED name='ResearchTopicsSharing' default='true'>>May we share your research topics with others?
</span>
</label>
</div>v5.0
Bug# 45510 votesReleased in Aeon 5.0 web pages on 1/20/2020.
-
The Activities can't be downloaded as an Excel XLS file
The logs will show the error message "Error processing method" when a failed attempt to download the Activites from the Aeon 5.0 Web Pages.
v5.0
Bug# 45660 votesreleased · AdminKatie Gillespie (Special Collections & Archives Program Manager, Atlas Systems, Inc.) respondedDownload an update set of Aeon 5.0 webpages that include this fix here: https://support.atlas-sys.com/hc/en-us/articles/360012610813-Aeon-Downloads
-
<#requestlimit> in Status Line displays confusing text for 0/unlimited value
When an individual user has a request limit of “0” set in the client (so that the user can have unlimited requests), that “0” then shows up in web status lines as the user’s request limit if the <#requestlimit> tag is used in any status lines."
Status line message: "Thank you for your request(s). If you have more than 0 active requests, your requests will be placed in review and you will need to submit individual requests from the Saved Requests page."
Should clarify message if request limits are used overall, but individual user has unlimited limit.
0 votesreleased · AdminBrittany de Gail (Technical Writer/Content Developer, Atlas Systems, Inc.) respondedReleased in Aeon v5.1
-
0 votesreleased · AdminKatie Gillespie (Special Collections & Archives Program Manager, Atlas Systems, Inc.) responded
Released with 4.0.1 server update 11/26/18