EnterWorks 10.4.5 Resolved Issues

Product release: April 4, 2022

Release Notes updated: June 9, 2022

The following issues have been resolved. Numbers in parentheses indicate associated Support and Jira tracking tickets.

Data Management

  • Resolved: In the New UI's Detail Editor, descriptions for code sets do not appear. (Support 62434, EW-6509, EW-7375)

  • Resolved: In the New UI, if record ownership is implemented, if a record is copied, its attribute values are not copied to the new record. (Support 64533, EW-7538, EW-7683)

  • Resolved: The error message: "EPIMLogger.severe - EXCEPTION(GET /webcm/rest/api/users/undefined/groups)" is encountered in most environments. (Support 65888, EW-7896, EW-7966, EW-7967)

  • Resolved: In the New UI's repository view, if a user searches an attribute for a particular value and no values are found, then clicks the + Add button to add a record, the new record is created and the attribute is filled with the searched value. But if the user then attempts to save the record and an error is generated, the searched value will disappear from the attribute. (Support 64123, EW-6914, EW-8058, EW-8060, EW-8061)

  • Resolved: In the New UI's Detail Editor, if a link is added to an attribute, on the screen where the linked records are selected, if the Add Link button is double-clicked, the records are added twice. (Support 47167, EW-8111)

  • Resolved: Delete actions are no longer being logged by Change Notification. (Support 63601, EW-7814, EW-8198, EW-8296, EW-8297)

  • Resolved: If the selected User Preference contains a linked attribute and the saved search also contains the same linked attribute, if you attempt to create a saved set the creation fails with a SQL error, reporting that the same attribute appears twice in the SQL. (Support 61301, EW-6040, EW-8290)

  • Resolved: In the New UI's Detail Editor, in some cases attribute data is not decoded. For example:

    12""

    is showing as:

    12&quot

    (Support 67220, EW-8135, EW-8496)

  • Resolved: In the New UI's Inline Editor, in HTML Editor control type attributes, bulleted and numbered lists do not display the bullets or numbers. (EW-8642)

Imports and Exports

  • Resolved: Imports into VARCHAR attributes that have a default value of empty string instead of null are very slow and they timeout if more than 500 records are imported. (Support, EW-8028, EW-8549, EW-8550)

  • Resolved: If a multi-repository import to a repository with multiple primary keys uses a template that lists one of its primary keys as an alternate key, and the primary key has a default value, if the primary key value is missing in the import file the import will fail. (Support 42435, EW-8199)

  • Resolved: Import templates cannot be created with linked child repositories. (EW-8271)

  • Resolved: Multi-repository exports are not including system attributes from linked repositories. (Support 68604, EW-8131, EW-8320, EW-8329)

  • Resolved: If an export template for JSON output is used and a repeatable attribute is empty, the output for the attribute is an empty string rather than an empty value.

    The erroneous output was:

    "attributeName":[""]

    The corrected output is:

    "attributeName":[]

    (Support 63395, EW-8375)

  • Resolved: The Scheduled Import Pre-processor ImportCustomCodeSets was not correctly processing double quotes and commas in code set codes and descriptions. (Support 60773, EW-5736, EW-8411, EW-8412)

  • Resolved: Importing records into a repository that has default attribute values of empty string are failing. (Support 67157, EW-8028, EW-8550)

  • Resolved: The Amazon S3 BIC is only retrieving the first 1000 files. This affects Scheduled Imports and Workflow. (Support 72061, EW-8583, EW-8683)

Workflow

  • Resolved: The Amazon S3 BIC is only retrieving the first 1000 files. This affects Scheduled Imports and Workflow. (Support 72061, EW-8583, EW-8683)

Searches and Filters

  • Resolved: In the Classic UI, if an advanced search using a linked search criteria is created, when the search is saved, the linked search criteria is not saved with the search. (Support 65560, EW-7484, EW-8283, EW-8285, EW-8374, EW-8384)

Security

  • Resolved: When a user is impersonating another user, initially the Feature bar displays only the repositories the impersonated user has view access for, which is correct. After the impersonator opens, edits, and closes a repository, the Feature bar then displays all the repositories the impersonated user has read or view access for. The impersonator should only see the repositories the impersonated user has view access for. (Support 65779, EW-8234)

Widgets

  • Resolved: The New UI Shortcuts Widget is sorting shortcuts based on the alphabetical order of their Display Order attributes instead of the numeric order. For example: (1, 10, 2) instead of (1, 2, 10). (EW-8313)