Weekly Upgrade Announcement 10/24/22

Read-only forum. Used to announce new releases of EASYProcess.

Locked
JustinVanRegenmorter
Posts: 517
Joined: August 26th, 2021, 9:56 am
Contact:

Weekly Upgrade Announcement 10/24/22

Unread post by JustinVanRegenmorter »

Platform Upgrade Schedule
On Monday October 31st, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Revision 2434 and RunTime Revision 1105. Platform1, Platform2, and Platform4 will begin their upgrade at 3:00PM CST with an expected completion time of 3:30PM CST. Platform3 will begin its upgrade at 12:00PM CST with an expected completion time of 12:30PM CST.

On Wednesday November 2nd, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1105. Platform1, Platform2, and Platform4 will begin their upgrade at 3:00PM CST with an expected completion time of 3:30PM CST. Platform3 will begin its upgrade at 12:00PM with an expected completion time of 12:30PM CST.


DesignTime
Revision 2426: LogViewer Upload Fix
  • When uploading large files to the log viewer to view it can cause the browser to run out of memory and gives the user unexpected interactions with other logs. The LogViewer has been optimized to reduce load time and and display time for log contents.
Revision 2427 and RunTime Revision 1101: MVC Validation Enhancements
  • Implemented the required validation for the RadioButtonList and CheckBoxList controls.
Revision 2428: List UI Visual Fix
  • When adding a new column to a list if the user uses the green add button and then adds a control to the new column it does not show on the second row as well. Code has been added to properly handle the insertion and removal of list columns.
Revision 2430: Lab Project Fix
  • The lab project tables are missing a column added by a database change. Fixed the database change for this change and reran it.
Revision 2431: MVC Application Creation Fix
  • The application creation process is still querying on incorrect values when creating the application properties. An additional reference to an invalid column was removed to resolve this.
Revision 2432 and RunTime Revision 1104 and ECC Revision 124: ReceiveEmail Modern Authentication Revision 2433: Table Column Indexing On Promotion
  • On promotion, table columns do not stay in the created order and revert to alphabetical ordering. A sorter has been added to utilize the existing column index on promotion.
Revision 2434: Canvas Logs Sorting Default
  • The logs tab on the different canvas don't all correctly sort the logs by type and id correctly on default. This has been changed so that the different kinds of canvases in both MVC and Classic now show only the logs for that canvas/object.

RunTime
Revision 1102: Modal Windows Fixes
  • The following fixes have been made
    • The modal windows created by the User Dialog service and the Progress Animation property are able to be closed out of by clicking on the page. The modal windows are now created with attribute to prevent this.
    • The Disable On Click property for buttons allows the button to be clicked before the controller is returned. The check for the Disable On Click property has been remade to keep the button disabled until it has finished processing.
Revision 1103: ForEachNode Building Fix
  • The ForEachNode on the service level node can sometimes get copied to other services nodes and break the build data for that service. The code that built this deprecated feature has been removed.
Revision 1105: ECC Connection State
  • Added checks on the state of the ECC connection for proper monitoring.
word count: 563

Tags:
Locked