On Monday May 15th, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Revision 2602 and RunTime Revision 1211. 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 Wednesday May 17th, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1211. 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 2596 and RunTime Revision 1206: GetContext Service Output
- The GetContext service now returns the MenuDescription under its Page node.
- The List Grid wizard currently has several bugs that can break the list creation. The following fixes have been implemented:
- The wizard creation process now trims the received values to make sure services can be properly created for the list.
- The wizard result column ordering is now preserved when ordering is changed after the result nodes are formed.
- Controller parameters that are setup with parameter defaults do not seem to have the default information carried over on promotion and so are causing the control event JavaScript in QA/PD to fail when ran. The parameter defaults table has been added for the entity loading.
- Updated some description columns for the internal revision tables.
- The Loop property found on Table, List, and Grid controls shouldn't have a dynamic mode. They must always be a static node path. The static/dynamic radio button list has been removed for this property.
- The link for the task tracker on the home page is white instead of black. The link color has been changed to be black text.
- When editing an application's properties several properties do not load in correctly. The logic that loads in the application's properties has been fixed to properly load in the properties.
RunTime
Revision 1207: MVCRest API Key
- The MVCRest API currently does not allow a key to be passed in to run as a user. The API now grabs the key and other relevant info to run with.
- Duration and formatting have been added to the server logs for server requests.
- Requests that take longer than 5 seconds the animation will show two buttons. One to continue in background and the other to kill the request. There is no way to disable or remove these and their functionality is unclear. The buttons have been universally removed and will no longer show for page level progress animations.
- Statuses in auto mode can run twice depending on timing. Removed the requests from the System table once it has started running to prevent the request from being ran twice.