Miscellaneous Bugfixes
A number of bugfixes have been applied as part of this release. Separate notes are generated for each maintenance patch. Refer to the entire set of 10.1 release and maintenance patch notes prior to installing or upgrading.
Title columns in tables are now adjustable
The title column that displays in a number of tabular views in the Web UI is now manually adjustable, meaning it can now be expanded or narrowed horizontally. Previously, the title column could not be adjusted, which meant that cell content in the title column that was not entirely visible could only be viewed when hovering the cursor over the cell.
The affected screens include Multi Context Screens, Mass Creation Screens, and Node Lists viewed using Multi Edit Display Mode. The affected Node List screens include Multi Language, Multi Workspace, Multi Revision, Display Children, and Children of Types screens.
ISSUE-176573 - New configuration property for special characters in a transformation
Previously, it was not possible to make a transformation that made the resulting string contain special characters - for instance, Unicode characters or a new line character (usually denoted by \n).
It is now possible to have these characters in the resulting string. To enable this, the DefaultTransformation.UnEscapeReplacement configuration property should be set to 'true.'
ISSUE-226064 - Single-update mode login fix for workbench
Fixed an issue where it was not possible to log into the workbench when the system was in single-update mode. A hotfix is available for step-10.0-mp3.
ISSUE-379627 - LOVs with IDs sort fix for Node Editor
Fixed an issue where the LOVs with IDs were not sorted numerically when the Sort LOVs by IDs option was selected on the Web UI Node Editor.
ISSUE-382269 - Attribute creation fix
When importing, newly created attributes were not updated with metadata values if the importing process encountered an approval failure. Now, they are committed once the import finishes processing all attributes from the inserted STEPXML, disregarding the approval result.
ISSUE-384297 - Workflow Translation status fix for workbench
Fixed the workflow items Translation status in workbench.
ISSUE-385901 - No Wrap parameter fix for Table Header Value component
The No Wrap parameter on the Web UI Table Header Value component has been fixed.
ISSUE-386195 - Transformation Lookup Table configuration
A customer-specific configuration has been implemented for the Transformation Lookup Table in workbench.
ISSUE-389013 - Corrected treatment of the Node List Enable Locale Formatting parameter
Fixed a mismatch between formatting of ISO date and ISO datetime values in the Web UI Node List and the pattern shown in empty cells. Now, the Table Header 'Attribute Value Group' will correctly treat Enable Locale Formatting parameter when displaying ISO date/time values in the Web UI Node List.
ISSUE-389219 - Workflow visualization message styling fix
Now, pre- and post-messages in the workflow visualization component will be shown in the same read-only styling as the other Web UI components.
ISSUE-389517 - Converter selection message fix for OIEP configuration
On the Select Format popup on the OIEP configuration tab in workbench, a message will now explicitly state if a converter selection is missing and the user cannot approve the setup.
ISSUE-390027 - Oracle database warning fix
False critical warnings about a misconfigured Oracle database on Oracle 18 and 19 will no longer be reported.
ISSUE-391577 - User import configuration
A customer-specific configuration has been implemented for the User import in STEP for when the password has not been provided inside the User tag.
ISSUE-394116 - LOV Qualifier ID attribute export fix
When exporting LOV attributes that did not have a language dependency but the LOV itself had a language dependency, the LOV Qualifier ID attribute was not included in STEP XML exports. This has been fixed.
ISSUE-400076 - Reference Header component fix
Previously, the Reference Header component was editable in Approved workspaces in Web UI. This has been fixed so that the information is read-only.
ISSUE-402410 - STEPXML validation fix
The STEPXML schema definition has been changed so that the validation element is no longer obligatory on Attribute and LOV types.
ISSUE-403429 - STEP'n'design server error fix
Intermittent server errors caused a pagination to fail with an 'Invalid response from an upstream server' error with STEP'n'design. Now, the STEP'n'design plugin detects recoverable server errors and automatically retries pagination when applicable. Hotfixes are available for step-9.3-mp3 and step-9.3-mp4.
ISSUE-403965 - SDK Delivery Methods available in Integration Endpoint
SDK Delivery Methods is now available in Integration Endpoint's details when queried with REST API to prevent further exceptions.
ISSUE-404234 - Scripting API performance improvements
Performance enhancements have been made to the Scripting API framework to improve the speed when verifying if the API is whitelisted. Hotfixes are available for step-9.3-mp3 and step-9.3-mp4.
ISSUE-404933 - Attribute revision fix for Healthcheck
Previously, changing the revisability of attributes used in Data Containers could sometimes produce inconsistent data in DB if the values already existed in Data Containers. This has been fixed. Additionally, an issue in Healthcheck has been fixed so that attributes that have inconsistent DB entries are accurately identified.
ISSUE-405797 - References component arrow fix
Now, the up and down arrows are disabled when the References component in Web UI is set to read-only.
ISSUE-406173 - Matching algorithm and match code value definition fix for import
Fixed an issue in the STEPXML importer that occurred when importing a matching algorithm or a match code value definition with forward references to category holder object defined later in the XML file.
ISSUE-406716 - Data Profile screen fix for special characters
The Data Profile screen in Web UI will now display special characters correctly.
ISSUE-406896 - Attribute value history correction
The Attribute Value component on the Web UI Node Editor will now correctly display the value history for LOV attributes with more than 5,000 LOV values.
ISSUE-414422 - Japanese / Chinese character fix
Now, MS PGothic font is supported in Web UI so that specific Japanese characters are displayed correctly.
ISSUE-414728 - Change package memory fix
Viewing the changes that a change package creates can be memory intensive. To prevent memory issues on the client's machine, if displaying a detailed comparison will use too much memory, then the comparison will not be shown. Instead, both the before and after text will be highlighted in yellow. Change package analysis will still function as before.
ISSUE-414941 - Corrected issue with the Referenced Asset Representation
Corrected issue with the Referenced Asset Representation Web UI component replacing assets when using an Asset Importer Configuration on a reference that is not multi-valued.
ISSUE-415680 - Data Container Table View Editor fix
Previously, the Data Container Table View Editor was not shown on the Web UI Node Editor if it was configured with a Data Container Type with hierarchy restriction and a Classification reference only. This has been fixed.
ISSUE-416773 - Asterisk symbol fix for conditionally mandatory attributes
An asterisk now displays correctly for conditionally mandatory attributes in Web UI.
ISSUE-416885 - Changelog table fix for deleted collections
A fix has been implemented for an error that occurred on the changelog table when a collection was deleted. Now, the matching rows in the changelog will also be deleted.
ISSUE-416942 - Admin portal logging added
Logging has been added to the admin portal. Because it is GMT, the logging is displayed in the console of the browser and only when the system is in development mode. Information about the server time format is displayed when the Activity tab of the admin portal is loaded. Hotfixes are available for step-9.3-mp3 and step-9.3-mp4.
ISSUE-416984 - Run Business Action success message
Introduced a private property to hide a Run Business Action success message in Web UI.
ISSUE-417160 - Import Manager wizard fix for Excel sheets
A solution was put into place to handle large Excel sheets. The Import Manager wizard had difficulty handling large Excel sheets because it took a long time to determine which format plugin should be used. In some cases, this caused workbench to shut down due to large memory consumption.
This problem has been fixed, making this check use less resources via enabling specific properties in the sharedconfig.properties file. The improvement only works on .xlsx files, i.e., Open XML Spreadsheet, so if your Excel sheet is saved in an older binary format, there will be no improvement. The properties will be enabled by default for 10.1. Hotfixes are available for step-9.3-mp3 and step-9.3-mp4.
ISSUE-417164 - Browser navigation fix in Web UI
Fixed an issue with browser navigation when navigating back from asset details in Web UI.
ISSUE-417553 - Attribute Link color fix for Node Editor
Now, the Attribute Link color under the Value Section on the Web UI Node Editor will be the same as the color shown without the Value Section.
ISSUE-418436 - Workbench launcher fix
Fixed an issue with starting the workbench launcher with a system proxy.
ISSUE-418537 - Global LOV values fix for Smartsheet
Previously, Global LOV values were not displayed in the exported Smartsheet if the user exported an LOV without IDs with dimension dependency in a certain context (not Global) with the CrossContext option enabled. This has been fixed so that the Global LOV values are now displayed.
ISSUE-418836 - Calculated attribute export fix
Exported calculated attributes that have no dimension dependencies will now always include their derived template regardless of the context being exported.
ISSUE-418925 - Scroll bar fix for Status Selector Homepage Widget
Fixed an issue where the scroll bar on the Web UI Status Selector Homepage Widget was not displayed correctly when the Initiate option was shown.
ISSUE-419356 - Web UI Custom Export save permissions fix
Now, the 'Save export as template' checkbox on the Web UI Custom Export dialog will be disabled if the current Web UI user does not have privileges to Maintain type hierarchy (node types).
ISSUE-419488 - Homepage title styling fix for Web UI
Fixed a styling issue on the Web UI Homepage where the Vertical Panel content overlapped the Homepage title if paging was enabled.
ISSUE-419799 - Node Editor reload fix
The Web UI Node List, configured on the Node Editor screen, can now reload the Node Editor when reloading itself. The Node List will display the correct state of actions, which are configured on a Node Editor. To enable this property, contact Stibo Systems Support.
ISSUE-419898 - Search Panel criteria reset fix
On the Web UI Search Panel, the After / Before search criteria will correctly reset after the Reset / Clear action is selected.
ISSUE-420315 - Workbench System Settings editor error fix
Previously, the JNLP token was missing in Future requests from workbench to the server, which led to an unexpected error when a parent object type was removed from a child object type on the workbench System Settings editor. This has been fixed.
ISSUE-420494 - Attribute Value component
Now, a read-only Attribute Value component will be visible instead of being overlapped by other components on the Node Editor screen in the Web UI.
ISSUE-420983 - Multiple space fix for LOV dropdown
Now, multiple spaces will be correctly shown on the Web UI Node Editor Attribute Value component's LOV dropdown.
ISSUE-421017 - Text fix for Web UI Search Widget
Now, the search text will not overlap with the search icon on the Web UI Search Widget.
ISSUE-421122 - Out of memory fix
Resolved an issue that could lead to out-of-memory situations on systems with high GC pressure.
ISSUE-421215 - Corrected issue with slowness in confirming invalid credentials
Fixed slowness in confirming invalid credentials when logging in to the Web UI or workbench using LDAP.
ISSUE-421394 - Solution for customer not able to edit search criteria
Now, when a user navigates to the Advanced Search Screen from a Collection Details screen by pressing 'Edit Search Criteria,' a search will not be executed automatically for performance reasons.
ISSUE-421517 - OIEP background process fix
When the OIEP was disabled, the background process would keep running until all the events had been read. This only happened for single threaded OIEPs. This has been fixed.
ISSUE-422184 - Task List property fix
The Portal.TaskList.Max property is no longer limited to 10,000 items when the StreamingSortAndFilter option is enabled. Performance improvements have been made to steaming to avoid out of memory issues.
ISSUE-422352 - Smartsheet export sorting fixes
Fixed an issue where exported Smartsheets did not keep the original ID sorting. Additionally, multiple sort and filter commands that previously caused unexpected sorting in the exported Smartsheets have been fixed.
ISSUE-422402 - DAM image fix
Fixed a performance issue in Web UI with DAM images, where the original image was fetched but not used.
ISSUE-422725 - XML and XSD matching fix
Previously, there was an issue where the XML file order did not match the XSD schema file order. This has been fixed, and hotfixes are available for step-9.2-mp3 and step-9.2-mp5.
ISSUE-422795 - Blank ID and unique key import fix
Now, when the importer is mapping to an ID or unique key, rows with blank IDs or unique keys will be considered unique instead of being treated as the same node.
ISSUE-422869 - Log message level change for calculateCompleteness
The log level for unnecessary calculateCompleteness log messages has been changed from INFO to FINEST.
ISSUE-422884 - Fix for Classification to Product Links export error
Fixed a problem occurring when users without a privilege to edit Classification to Product Links were getting a validation error in Smartsheet even when no Classification to Product Links were exported.
ISSUE-423027 - Referenced Asset Representation fix
The Data Issues Report will now be shown for the Referenced Asset Representation component on the Web UI Node Editor.
ISSUE-423391 - List Value Generator deadlock fix
Fixed an issue where the List Value Generator component caused a deadlock when multiple users were trying to assign generated values at the same time.
ISSUE-423440 - Auto classification performance fix
A performance fix has been implemented for the business rule plugin used to call auto classification.
ISSUE-423688 - Global Navigation Search typeahead fix
Now, Global Navigation Search will correctly restrict typeahead search results by configured object types in Design Mode Typeahead options.
ISSUE-423888 - InDesign PDF temporary file directory fix
When creating a temporary file placeholder to which the InDesign renderer will upload the PDF, the directory used is now shared among all the nodes in a cluster.
ISSUE-424012 - Forwarding Screen fix for Global Navigation Panel
The Forwarding Screen parameter has been added back to the Global Navigation Panel in the Tree Navigator component in Web UI. Hotfixes are available for step-10.0-mp2 and step-10.0-mp3.
ISSUE-424036 - Multivalue attributes character fix
Fixed an issue where Web UI converted <multisep/> multi-value separators for multivalue attributes using <lt><gt> escape characters if there were no <multisep> tag in the STEP tags list.
ISSUE-424168 - REST delivery plugin error fix
Fixed a 302 error status code and now the REST delivery plugin will redirect for all HTTP method types.
ISSUE-424174 - Inheritance fix for Advanced Search component
The Web UI Advanced Search component now supports inheritance when searching for multiple values.
ISSUE-424324 - Table translation style tag fix
When translating a table, if the table cell contained a tag without proper encoding, then the tag wrapped into an unterminated style tag, which caused an exception. This has been fixed by terminating the style tag.
ISSUE-424326 - GPC code message improvement
Improved missing GPC code messages to include the specific GPC code that cannot be found.
ISSUE-424360 - Workbench dialog visibility fix
Fixed an issue where workbench would restore a dialog to a monitor that was no longer connected, which meant the dialog was not visible.
ISSUE-424365 - Optimistic locking error fix for Rich Text Editor
An optimistic locking error occurred on the Rich Text Editor in Web UI if the original value contained multiple spaces. This has been fixed.
ISSUE-424382 - Web UI Homepage loading fix
A performance fix has been implemented for the Web UI Homepage.
ISSUE-424443 - Sidecar status fix
If the STEP system was running as a cluster of nodes and a sidecar was configured, the sidecar status could incorrectly fluctuate between 'stopped' and 'running.' The sidecar status mechanism has been improved to correctly report the status to all nodes in the cluster.
ISSUE-424704 - SAML authentication fix for user ID
Fixed a SAML authentication issue that occurred when a user ID with a basket prefix exceeded 40 characters.
ISSUE-425815 - Recursive reload fix for Advanced Search and Packaging screens
Fixed a recursive reload that occurred on the Web UI Advanced Search screen and the Packaging screen. Now, the reload property will only reload the Node Details screen.
ISSUE-425852 - Sequence number fix for Node List
Fixed an issue where the incorrect column was selected when a user changed the sequence number on a Web UI Node List.
ISSUE-425988 - Smartsheet format fix for import
Now, the Import Manager will recognize and import Excel Smartsheet in Excel 97 / 2003 formats.
ISSUE-426060 - Add Reference dialog and alert popup fix
Fixed an issue when the Add Reference dialog on the Multi Reference component in Web UI was shown under the Web UI alert popup, which could not be closed until the dialog was closed.
ISSUE-426188 - Ctrl+click fix for Node List
Fixed an issue where ctrl+click selection did not work on a Web UI Node List. Hotfixes are available for the following: step-9.3-mp3, step-9.3-mp4, step-10.0-mp2, and step-10.0-mp3.
ISSUE-426200 - Attribute Value Header arrow and Enter key fix
Previously, when a user pressed the arrow key and the Enter key on a Web UI Node List Attribute Value Header, it caused an optimistic locking error. This has been fixed.
ISSUE-426220 - Attribute Value Header cell Tab key fix
On the Web UI Node List, fixed an issue that occurred when a user began typing in the Attribute Value Header cell and then pressed the Tab key after the unit suggestions were shown. Now, unit suggestions will close after pressing the Tab key. A hotfix is available for step-10.0-mp2.
ISSUE-426265 - Tooltip message fix for Assignee Variable parameter
Fixed the tooltip message for the Assignee Variable parameter in the Submit Action component in Web UI.
ISSUE-426529 - Schema change and single-update mode system fix
On Cassandra based systems, a schema change operation, together with a single-update mode operation, could hang the system in certain cases. This has been fixed, and a hotfix is available for step-10.0-mp3.
ISSUE-426691 - Details added to BGP error messages
Some error messages shown in the BGP log during an import did not have sufficient details to make it clear what the problem was. Additional information is now included in the messages.
ISSUE-426859 - Height fix for read-only fields on Node Editor
Fixed an issue where read-only fields on the Web UI Node Editor had a limited height parameter, which caused large values to be cut off.
ISSUE-426896 - Grouping Option fix for Web UI
Now, the Multi Reference component can be added under the Grouping Option in a Web UI Node Editor.
ISSUE-426897 - Web UI fix
Fixed a vulnerability in Web UI.
ISSUE-426899 - Web UI fix
Fixed a vulnerability in Web UI.
ISSUE-426993 - Attribute Value Group component fix for Columns Control panel
The Attribute Value Group component now displays correctly in the Columns Control panel in Web UI.
ISSUE-427021 - Admin portal task progress percentage fix
The admin portal diagnostics screen will no longer show values of over 100% when displaying the task progress.
ISSUE-427192 - OK button fix for Table View Data Container component
The OK button is now disabled in the Table View Data Container component in Web UI when there is a length validation error.
ISSUE-427311 - Supplier privilege fix for Background Process Node Details screen
Fixed an issue where the supplier was able to view BGP details from another supplier hierarchy on the Web UI Background Process Node Details screen.
ISSUE-427382 - Display Children screen ClassCastException error fix
Fixed an unexpected ClassCastException error that occurred when the user selected multiple cells (including a read-only multi-value cell) and pressed Enter on the Display Children screen in Web UI.
ISSUE-427385 - Value editor tabbing fix for Web UI
On the Web UI Node List, it is now possible to tab through the multi values on the Value editor when the user has selected multiple multi-valued attribute cells and presses the Enter key to open the edit dialog.
ISSUE-427606 - KeyCloak authentication fix for Web UI
Fixed an issue where KeyCloak authentication failed in Web UI when the user selected an item from tree navigator and pressed the logout button unexpectedly.
ISSUE-427648 - Leading wildcard fix for Web UI searches
To avoid performance issues, leading wildcards are now escaped before executing Corner Bar / Global Header / Search Widget searches in Web UI.
ISSUE-427799 - Workflow view issue fix for workbench
Resolved a graphical issue with the WorkflowNoteColumn in a workflow view in the workbench.
ISSUE-427872 - AddError method fix
Previously, an error occurred when the last attribute of the addError method passed as a JavaScript array. This has been fixed.
ISSUE-427929 - Custom Web UI component error correction
An exception was raised when a custom Web UI component (based on the core Asset Value Client component) was added to the Web UI Node Editor in Design Mode. This has been fixed. Additionally, a similar issue with the Asset Mid Sized component has been fixed.
ISSUE-428078 - Performance issue fix for attribute link LOV filters
Fixed a performance issue that occurred when STEP was running on Cassandra and the user was looking up attribute link LOV filters.
ISSUE-428114 - Sort and Filter on Task List fix
The streaming Sort and Filter option on the Web UI Task List could cause Out of Memory exceptions when sorting / filtering large amounts of items on the Web UI Task List. This has been fixed.
ISSUE-428252 - Cross-validation business function
The LOV cross-validation business condition would fail to report invalid combinations when used for live validations in the Web UI if the included LOVs were using external IDs. This has been fixed.
ISSUE-428270 - Oracle full text search fix
Two new storage clauses have been added to Oracle Text indexes in order to support Oracle full text search on Oracle 19 and above.
ISSUE-428347 - Fix for publication section level exporting
In workbench, it is now possible to export at the publication section level.
ISSUE-428352 - Attribute text fix for Web UI
Fixed an issue on the Web UI Attribute Value component where the Attribute text was not fully shown.
ISSUE-428384 - Typeahead performance fix for Search Table Tab
The typeahead performance has been improved on the Web UI Search Table Tab component when the component is configured to use search plugins.
ISSUE-428467 - Display context help fixes for Web UI components
Display context help did not work as expected within the Value Section and the Follow Single Reference components in Web UI. This has been fixed.
ISSUE-428520 - Homepage Title fix for enabled Paging parameter
Now, the Web UI Homepage Title will be correctly displayed when the Paging parameter is enabled.
ISSUE-428813 - ISO Date value fix for data container components
In Web UI, ISO Date values on data container components will now be consistent, regardless of locale.
ISSUE-428828 - Fix for exporting LOVs on Cassandra
Now, exporting LOVs on Cassandra will no longer include internal types that were not meant to be exported. A hotfix is available for step-10.0-mp3.
ISSUE-428833 - Metadata attributes fix for values with tags
A validation error was thrown on the Web UI References component when a user attempted to enter metadata attributes with a validation base type of 'text/numeric ranger excluding tags' for values with tags. This has been fixed.
ISSUE-429095 - Unsaved data warning fix for Initiate Item screen
Previously, no warning was given on the Initiate Item screen of the Web UI when there was unsaved data and the user navigated from the screen. Now, a warning will display when the user attempts to navigate to another screen and there is data that has not been saved.
ISSUE-429173 - Empty tag fix for Generic XML exporter
Prevents empty tags inherited from classifications from being displayed by the Generic XML exporter when 'Allow empty tags' is set to 'No.'
ISSUE-429309 - Node Editor approval error fix
Fixed an issue that occurred during approval on a Web UI Node Editor when a localization was missing for several exceptions.
ISSUE-429506 - Synchronization fix for In-Memory
In rare cases, In-Memory systems could have synchronization problems between processes. This has been fixed.
ISSUE-429595 - OIEP performance fix
An issue with OIEP running slowly for SQL exports has been fixed.
ISSUE-429653 - OAuth SSO fix
When configured for OAuth SSO, STEP will no longer check for expired passwords.
ISSUE-429711 - STEP'n'design paragraph style fix
In STEP'n'design, when placing a multiline attribute value that contains paragraph styles, the paragraph style overrides contained in the last line were incorrectly removed. This has been fixed.
ISSUE-429872 - Sidecar error fix
Fixed an issue where Sidecar threw a concurrent modification exception when the application server was being patched with SPOT.
ISSUE-429904 - ISO date and time attribute fix for Multi Context Screen
Now, ISO date and time attributes will not be localized according to the Web UI locale on the Multi Context Screen, since it is not possible to enable local locale options on this screen.
ISSUE-429937 - Schema change fix for Cassandra systems
On Cassandra based systems, doing schema changes as part of an import would sometimes fail. This has been fixed, and a hotfix is available for step-10.0-mp3.
ISSUE-430089 - Data inconsistency fix
Fixed issue that could cause data inconsistencies on systems running on Cassandra. A hotfix is available for inmemory-7.0.51.
ISSUE-430421 - Multi Reference screen item number increase
A customer-specific configuration has been implemented to increase the limit of shown items on the Web UI Multi Reference screen.
ISSUE-430449 - InDesign 'Delete No Content' fix
Previously, in InDesign, when the option 'Delete No Content' was enabled on a product template text frame that contained a 'STEPREPEAT' tag, the contents of the child objects were not getting mounted onto the InDesign page. This has been fixed, so that the children are included.
ISSUE-431065 - Admin portal and STEP System Administration feature fixes
Fixed an issue where multiple admin portal / STEP System Administration features were not working when OAuth SSO was enabled. A hotfix is available for step-10.0-mp3.
ISSUE-431473 - Commercial list error fix
Fixed optimistic modification errors that were raised when working with commercial lists that were created before a 10.0 upgrade on an In-Memory-enabled system.
ISSUE-431481 - Healthcheck error fix
The Healthcheck error of 'Too Many Attributes Linked' has been fixed.
ISSUE-431714 - Initiate Item screen LOV Cross-Validation fix
Now, LOV Cross-Validation works correctly on the Web UI Initiate Item screen for LOVs with IDs.
ISSUE-431806 - Text area fix in Node Editor
Now, non-text attributes on a Web UI Node Editor will not be shown as a text area if their max length has not been set in the workbench.
ISSUE-431858 - Global value search configuration for Search Widget
A customer-specific configuration has been implemented to re-enable a global value search on the Search Widget in Web UI.
ISSUE-432091 - Local reference fix for References component
It is now possible to add a local reference on the Web UI Node Editor's References component when there is only a single inherited / dimension dependent reference listed.
ISSUE-432422 - 'Name or ID or Attributes' Global Header Search fix
Fixed an issue where the 'Name or ID or Attributes' search plugin did not respect multiple attributes on the Global Header Search in Web UI.
ISSUE-432551 - Background Process Notification performance fix
A performance fix has been implemented for the Background Process Notification component in Web UI. Now, the component will retrieve 500 instead of 2,000 BPGs, and spend less time detecting links in BGP reports.
ISSUE-432552 - OutOfMemory error fix for large numbers of assets
Fixed an OutOfMemory error that occurred during the translation of large numbers of Assets in the workbench.
ISSUE-432747 - LOV with IDs fix for Simple Importer
Fixed an issue with LOV with IDs values on the Simple Importer Mapping step in Web UI.
ISSUE-432817 - Web UI widget fixes
In the Web UI, the widget title text will keep the same case as the user entered. Additionally, the task name is grayed out on the widget when there are 0 tasks to do.
ISSUE-432892 - Search Table Tab character fix
On the Web UI Search Table Tab screen, characters will no longer be lost when the user continues typing after the search request has been sent to the server for the typeahead result.
ISSUE-433439 - Memory requirements reduced for migration tooling
Reduced memory requirements for Oracle to Cassandra migration tooling when processing assets that have already been pre-migrated.
ISSUE-433660 - Type mismatch fix for Smartsheet
Fixed a 'Type mismatch' error in Excel Smartsheet that occurred when a user deleted a row via the Delete Row button and the row length contained two characters in the Excel column indexes (like AA13, for example).
ISSUE-434002 - Attribute Value Link component fix
Fixed an issue where the Attribute Value Link component did not work on the Web UI Node Editor without the Attribute Value component configured.
ISSUE-434191 - Node Lists limit increase
A customer-specific configuration has been implemented to extend the hardcoded limit on Web UI Node Lists.
ISSUE-434296 - Asset Importer user ID fix
Previously, when a user who was part of multiple supplier groups attempted to upload an image via the Asset Importer BGP triggered from the Web UI Node Editor, the image upload failed. This has been fixed.
ISSUE-434358 - Diagnostics flipper fix for status tab in workbench
Fixed a setback that caused an error when the user attempted to open the diagnostics flipper on the status tab in the workbench for a node that is not a product, classification, or asset type.
ISSUE-434556 - Data migration file fix
On Windows-based systems, a data migration file could not be generated in a specific case and an error was thrown when generating the data migration file. This has been fixed.
Dun & Bradstreet processing logging added
Logging has been added to Dun & Bradstreet (D&B) processing.
Web UI fix
Fixed a vulnerability in Web UI.
Asset Link component fix for thumbnails
The Asset Link component will now use the full-size thumbnail by default. This fixes an issue that occurred when attempting to download to Microsoft Word.
The GDSN import is based on the STEP Importer. Previously, there was no feedback from the STEP Importer in regards to the GDSN import in either the application server log nor the execution report, which could be an issue if report errors and warnings were not saved. Now, the STEP Importer will display GDSN import messages in both the execution report and the application server log.
SPOT --upgrade fix
When SPOT --upgrade is used to find upgrades to a system with one of the special sdl-with-framework, lionbridge-with-framework or across-with-framework components installed, it will now upgrade the constituent components rather than the umbrella components.
Database export fix
Previously, there was an issue in the database exporter that caused asset configurations under classification to not be exported in minimum mode when only the classification was selected. This has been fixed so the asset configurations are exported correctly. Additionally, an issue that affected content in changepackages has been fixed.
Name and ID fix for Nested References component
Now, the Nested References component in Web UI will correctly show clickable names and IDs of reference targets.