Weekly Upgrade Announcement 10/31/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/31/22

Unread post by JustinVanRegenmorter »

Platform Upgrade Schedule
On Monday November 7th, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Revision 2441 and RunTime Revision 1112. 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 9th, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1112. 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 2435: MVC Canvas Tree Fixes
  • On the MVC view canvas in the "Model, Controllers, & Events" tab the collapsed icon faces up instead of to the right and the Model is expanded on load. This has been changed so that the collapsed icon is to the right, the model is collapsed on load and the Controllers and Events dropdowns now show text indicating no controllers/events.
Revision 2436: Widget Advanced Control Parameters Fix
  • The Parameters property on the WidgetAdvanced control was failing to properly load the property window with the widget's parameters. Added the WidgetAdvanced control to the check for loading the special property editor.
Revision 2437: Add New Method Widget Title
  • Changed the title for adding a new method to say "Method".
Revision 2438 and RunTime Revision 1108: Unauthorized User Bug
  • When a user doesn't have an authorization set they will see the loaded page, but won't be able to do anything and will be logged out if they switch pages. The user now sees the correct screen when they are unauthorized for a page.
Revision 2439 and RunTime Revision 1111: Task Users Fix
  • The Task List and Add New Task pages are showing extra users that aren't in the user list. The query that grabs the users for the pages have been updated to join on the user table and not just the authorization table.
Revision 2440 and RunTime Revision 1112: DNDFileUpload Apostrophe Fix
  • The apostrophe character in file names break the DNDFileUpload service. The displayed file name has been changed to show a cleaned version to prevent the control from breaking.
Revision 2441: Widget To Widget Controller Fix
  • Exposed controllers are failing to display in the parent page control events UI and widget events are failing to load in their parameters in the control events UI. Added a query to grab the exposed controllers and fixed the code to show the widget event parameters.

RunTime
Revision 1106: JSON Popup Error Catching
  • On certain view actions like auto complete a popup will be thrown with some JSON inside of it. A try catch statement has been added to show a better error.
Revision 1107: MVC Widget Parameter Parsing
  • Passing widget parameters in MVC applications where the MVC Html Render Mode variable is set "Current" would fail to to properly render the parameters. A check has been added for the MVC Html Render Mode when determining how to add the parameters to the page.
Revision 1109: DeleteNode Memory Bug
  • The DeleteNode service in the NodeWorkshop isn't adjusting the process size and can cause the MemoryLimit to be exceeded. Code has been added to readjust the process size when the DeleteNode service runs.
Revision 1110: Method Next Number Update
  • When new applications are made and a user tries to create a new method they get a next number error. The next number has been updated for the MVC template app.
word count: 612

Tags:
Locked