Weekly Upgrade Announcement 4/24/2023

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

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

Weekly Upgrade Announcement 4/24/2023

Unread post by JustinVanRegenmorter »

Platform Upgrade Schedule
On Monday May 1st, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Revision 2590 and RunTime Revision 1199. Platform1, Platform2, and Platform4 will begin their upgrade at 10:AM 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 May 3rd, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1199. 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 2589: Task Tracker APIs Change
  • Implemented a change to properly grab task priority and show it in the Task Tracker.
Revision 2590: Undo All Checkout Confirmation
  • When the Undo All button is clicked in the UndoCheckout widget for your project, an "Are you sure?" popup does not pop up to confirm this click. The popup code has been fixed for the IDE and added the confirmation check before undoing checkout of all objects in a project.
RunTime
Revision 1196: Canvas Run Reference Fix
  • Running services inside a canvas with EP vars references like EP_QueryString will throw an error. Try catches have been added since this is expected behavior from the references when running in a canvas.
Revision 1196: Dropdown Title Fix
  • Dropdown controls are displaying their titles in the dropdown text when validation is set. Dropdown controls now have their titles move up when validation is active.
Revision 1196: Date Time Offset Fix
  • The DateTime offset is currently displaying +00:00 when used in the CurrentDate and ToDate services. The DateTime code has been switched to use DateTimeOffset.
Revision 1196: MVC Build Fix
  • Making a change to an MVC canvas records the build time after the render is finished. This causes sync issues between the canvas and the page if changes are made before the page is finished building. The saved built time has been changed to be grabbed when the build starts instead of when it's finished.
word count: 368

Tags:
Locked