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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.