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.
- 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.
- Changed the title for adding a new method to say "Method".
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.