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.
- 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.
- 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.
- 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.
- Configuration variables now load all of them instead of just the first 50.
- Added back the delete button for users in the User Management page.
- Check the forum post for more info.
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.
- 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.
- The menu headers are now displayed with the Description instead of the Name.
- Impersonation is pulling from the database. Changed the code to have impersonation pull from the session.
- 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.
- 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.
- 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.
- The values inserted/updated by the InsertAndUpdateLoopNode service are now accessible instead the loop after the service has ran.