Weekly Upgrade Announcement 5/22/2023

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 5/22/2023

Unread post by JustinVanRegenmorter »

Platform Upgrade Schedule
On Tuesday May 30th, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Revision 2615 and RunTime Revision 1224. 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 Thursday June 1st, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1224. 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 2610: Tab Flyover Fix
  • Refreshing a tab or navigating the IDE pages break the tab flyover feature. Better tracking functionality has been implemented to keep track of tabs whether they are refreshed or navigated away from.
Revision 2611: Logged Out Warning Change
  • The logged out warning that appears on canvases when the user is not logged in now has two links: "Retry" and "Home Page". The retry link refreshes the canvas and the home page link opens a new tab so the user can log in.
Revision 2612: Property Value Fixes
  • The property editor box will display that default property values are dynamic when they are actually static. Default property values are now always set to static on creation.
  • Button controls added to a cell with another control will fail to add the default values to the Class property. The control position has been changed to only have an effect when it is explicitly set in the default value table.
Revision 2613: Read Only Service Editing Fix
  • Service properties can be edited, but not saved, in read only mode. The inputs have been changed for the service properties to be read only when the canvas is in read only.
Revision 2614: Widget To Widget Parameters Fix
  • Controller parameters for template and widgets fail to load when retrieved from the parent page. The logic on displaying the parameters and grabbing their values has been reworked so that they show properly and can be used. 
Revision 2615: Call Services Change
  • On the CallMethod/Advanced and CallSubMethod/Advanced services the given Method Name will display on the service itself instead of the service name text.

RunTime
Revision 1222: Invoice Canvas Notes Fix
  • In the Invoice Canvas notes, boxes and arrows are not being added to the document. Reseparated the code that allows the notes creation from tiff documents.
Revision 1223: Dynamic Widget Title Fix
  • Dynamically setting the title of a widget is currently always just using the name of the Widget to display. The title of the page now gets set after the model has been executed so that the title can be set dynamically.
Revision 1224: Solr Service Catch Exception Fix
  • Solr errors dispose of the web request via internal error handling which stops the process regardless of the Catch Exception property. A try catch statement has been added when reading the web request errors so that they can be handled.
word count: 527

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

Re: Weekly Upgrade Announcement 5/22/2023

Unread post by JustinVanRegenmorter »

DesignTime Revisions 2616 and 2617 have been applied for some emergency fixes.

Revision 2616: Controller Loading Fix
  • Opening the control events UI in certain scenarios can improperly open the window and will fail to save any changes. The controller loading has been fixed with case checks.
Revision 2617: Switch Service Loading Fix
  • The Switch service is failing to load into canvas due to a change in the loading code. A case for the Switch service loading has been readded.
word count: 79
Locked