Weekly Upgrade Announcement 6/12/2023

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

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

Weekly Upgrade Announcement 6/12/2023

Unread post by JustinVanRegenmorter »

Platform Upgrade Schedule
On Monday June 19th, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Revision 2631 and RunTime Revision 1231. Platform1, Platform2, and Platform4 will begin their upgrade at 10:00AM 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 June 21st, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1231. 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 2625: View Parameters Saving Fix
  • Creating or modifying view parameters from Model or Controller canvases will not save. Changes made to view parameters now save correctly when done from the Model or Controller canvases.
Revision 2626: New Application BatchJob Fix
  • The Copy Applications BatchJob can fail to end in certain instances and is causing high memory usage on the App Server for the environment. The logic related to certain loops in the batchJob has been reworked to prevent infinite loops.

Revision 2627: Property Editor Enhancements
  • The property editor has received the following improvements to its search bar:
    • The search text now stays and auto searches when a new control is selected.
    • Multiple properties can be searched for at once using a space to separate each word.
    • Using [v], [val], or [value] will return the entire list of properties with a value set.
    • Using [d], [dyn], or [dynamic] will return the entire list of properties with a dynamic value set.
Revision 2628: SetControlProperty Recommended Values Fix
  • The PropertyName node in the SetControlProperty service is failing to load its recommended values. The loading logic for this particular node has been reworked and now it shows all properties for the control type of the given control name.
Revision 2629: Undefined in Parameters Fix
  • The Logic Canvas's parameters are loading the text of undefined before the actual parameters. A check has been added to verify that the parameters are ready to be loaded in.
Revision 2630: Read Only Control Events UI Fixes
  • The Control Events UI is not friendly in read only mode. Several values are editable, though they do not save, scrollbars don't scroll, and it's hard to navigate. The disabling and scrolling has been reworked to be friendly in read only mode. Parameters values now display a tooltip text to help with long values and model values.
Revision 2631: Task Property Fix
  • When a task's high priority is changed the UpdatedOn column gets updated to 1/1/1900 12:00:00 AM instead of the actual current time. The insert queries have been updated to properly set the time in the database when the High Priority property on a task is updated.

RunTime
Revision 1230: GetUDC Key Filtering Fix
  • When the GetUDC services has un-cached values and has keys to filter on it can, in certain cases, time the service out. The WHERE clause setup in the service has been modified and cleaned up to happen right before the query is ran.
Revision 1231: Html Encode Dynamic Property Value Fix
  • When a property is set dynamically and has the HtmlEncode checkbox checked, it is currently being ignored. The property value has been changed from getting escaped which was preventing the HTML encoding.
word count: 583

Tags:
Locked