Nightly 8.0 Changelogs - 2020

7/31/2020

Nightly Changelog: 8.0.16-b20200731

Ignition Platform

16725:The runSFUpdateQuery() can cause store and forward to grow unbounded
Fixed so this no longer grows unbounded.

16300: Allow excel sheets to be named using system.dataset.toExcel()

16750: Cannot copy/paste inherited tags in UDT definition into other UDT definition
Users can now copy any of the tags in a UDT definition into another definition.

16857: Designer session activity results in error: Received unknown message type “client-activity” protocol=client-activity
Eliminate log message ‘Received unknown message type “client-activity”’ which could spam gateway logs.

BACnet Driver

16842: Initialization fails with abortReason=segmentation-not-supported
Handle segmentation not being supported while reading the object list.

Perspective

16864: Dropdown component has too much spacing for search input on left side of text area.
This update forces the dropdown selected item to be left aligned with the search field to the right of the selected items (regardless of single vs multiple selection mode).
In multiple selection mode, the scroll position of the value container (DOM node containing the selected dropdown items) is moved back to the top when the item search container is blurred in order to keep the top-most selected items viewable.
Initial width of the dropdown is also set on component focus so that the dropdown modal can have width.

SQLBridge

16843:NPE is displayed when you Browse Opc for New Opc item in Transaction group
Fix NPE for new OPC item in transaction groups.