Weekly Upgrade Announcement 5/9

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

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

Weekly Upgrade Announcement 5/9

Unread post by JustinVanRegenmorter »

Platform Upgrade Schedule
On Monday May 16th, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Revision 2284 and RunTime Revision 976. 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 May 18th, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 976. 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 2275: Task Status Filter Fix
  • When selecting the status as "Testing" in the TaskList page, then tasks at the "Ready For Testing" status also show. Changed the query to match status text exactly.
Revision 2277: Recommended Table Path Fix
  • The recommended values for table paths that aren't EASYProcess are failing to populate in the Assistant tab. Added a catch to load the paths in a different way if they are EASYProcess based.
Revision 2278 and RunTime Revision 969: MVC Label Styling Fix
  • The label control in MVC applications is applying the style to the container div. Added in label property records set to MVC so that the styling always gets applied to the inner span element.
Revision 2281: Database Maintenance Changes
  • Made the following changes to the table maintenance feature:
    • Changed the bulk add and edit to match formats.
    • Prevented the primary key from being added using bulk add and forced it to be added after. 
    • Added in a tab separator format to bulk add/edit so users can copy from SSMS.
    • Updated the instructions to include the above information for users.
    • Fixed a bug where tables don't get checked out when using the bulk add feature.
Revision 2282: Configuration Variable Loading
  • Configuration variables now load all of them instead of just the first 50.
Revision 2283: User Deletion Button Fix
  • Added back the delete button for users in the User Management page.
Revision 2284 and RunTime Revision 073: Alarm Feature
RunTime
Revision 967: Alternate SAML Metadata Fix
  • The Alternate RT SAML Metadata wasn't getting used for logging when it's set. Changed a typo in the code to grab the metadata values.
Revision 968: Classic Application List Header Control Fix
  • In classic applications the labels in the list header are failing to add attributes on the render. Reworked the render logic ensure the uniqueness of attributes to prevent the render from erroring and skipping the attributes.
Revision 970: Default Menu Change
  • The menu headers are now displayed with the Description instead of the Name.
Revision 971: Impersonation Fix
  • Impersonation is pulling from the database. Changed the code to have impersonation pull from the session.
Revision 972 and ECC Revision 111: DB Workshop Service Changes
  • Added the ColumnName to the info parameters output node for relevant DB Workshop services. Implemented code to identity SQL truncation errors and show a proper message identifying the issue for the user. 
Revision 974: Parameter Attribute Search Fix
  • The JavaScript creating for event calling is using attributes to search for the HTML elements. Removed the attributes from being used to search for the elements.
Revision 975: DND File Upload Control Fix
  • Using the "Select Some Files" button to select a file, then deleting it and reselecting it would fail to reselect it. Reworked the delete file code to properly handle the deletion of files so that the same file could get reuploaded.
Revision 976: InsertAndUpdateLoopNode Loop Context Change
  • The values inserted/updated by the InsertAndUpdateLoopNode service are now accessible instead the loop after the service has ran.
word count: 640

Tags:
Locked