
2 minute read
DesignTime Update #1
Revision 2628: SetControlProperty Recommended Values Fix
The PropertyName node in the SetControlProperty service is failing to load its recommended values. The loading logic for this particular node has been reworked and now it shows all properties for the control type of the given control name.
Revision 2629: Undefined in Parameters Fix
The Logic Canvas's parameters are loading the text of undefined before the actual parameters. A check has been added to verify that the parameters are ready to be loaded in.
Revision 2630: Read Only Control Events UI Fixes
The Control Events UI is not friendly in read-only mode. Several values are editable, though they do not save, scrollbars don't scroll, and it's hard to navigate. The disabling and scrolling have been reworked to be friendly in read-only mode. Parameters values now display a tooltip text to help with long values and model values.
Revision 2631: Task Property Fix
When a task's high priority is changed the UpdatedOn column gets updated to 1/1/1900 12:00:00 AM instead of the actual current time. The insert queries have been updated to properly set the time in the database when the High Priority property on a task is updated.
RunTime
Revision 1230: GetUDC Key Filtering Fix
When the GetUDC services have un-cached values and have keys to filter on it can, in certain cases, time the service out. The WHE RE clause set up in the service has been modified and cleaned up to happen right before the query is run.
Revision 1231: Html Encode Dynamic Property Value Fix
When a property is set dynamically and has the HtmlEncode checkbox checked, it is currently being ignored. The property value has been changed from getting escaped which was preventing the HTML encoding.
DesignTime Product Update #2
DesignTime Revision 2618 and RunTime Revision 1225: ToDate Service ConversionMode Addition Added a new node called "ConversionMode" to the ToDate service.
ConversionMode = "Value"
Sets the service to function as it already does.
Defaults to this when the value is blank.
ConversionMode = "NodePath"
The value of Date takes in an xpath instead of a direct value. Date conversions are applied directly to the value of all nodes matching the xpath.
If Name is set, then a sibling node is appended with that name that contains the converted value instead. The original value is left unchanged.
Revision 2619: Process Lookup Text Fix
In the Process Lookup page, the service selects title should be 'Service' and not 'Select'. The 'Select' text has been replaced with 'Service'.
Revision 2620: Edit User Checkbox Hiding
The "Create in all environments." and "IDE Developer?" checkboxes are currently showing when editing a user. The two checkboxes have been changed to only show when a new user is being created.
Revision 2621: Connection Point Fixes
When a mouse click is registered near a service's connection point, a JavaScript error will pop up. This has been changed to properly grab the connection point or if none are found on the click it will not try to create a connection from that point.

Swapping the Yes/No exit connections for a BinaryDecision throws an error. This has been changed to properly find the outgoing connections when swapping the Yes/No exits for a BinaryDecision.
Revision 2622: New Object List Spelling Fix
When adding a new object list on the ObjectLists page, the REST option says 'Rest API Verb' instead of 'REST API Verb'. The text has been changed to 'REST API Verb' to match the rest of the site.