Fixed Issues in 21R1

Pre-Release Date: March 29, 2021 | Release Date: April 9 & 16, 2021

This week's release includes fixes for the following issues:

An asterisk (*) next to the issue number denotes an internally found defect filed during the development of Limited Release features.

Highlighted Issues

The fixes for the issues highlighted below may introduce behavioral changes from the previous release.

Category Description Issue No.

Assessments

Issue Description Issue No.
When creating questions for an assessment, if a user clicks Save, they may still receive an unsaved changes warning when attempting to leave the page. If they do leave the page, Vault may not save the questions. VDC-68084

Audit Trails

Issue Description Issue No.
The Audit Trail doesn't fully capture changes to review plan assignments. VDC-67109*

Blank & Detail PDFs

Issue Description Issue No.
In Detail PDFs, Vault prepends the Analyte Units for Lab Results with "null". VDC-61199*

Casebook Variables

Issue Description Issue No.
Study Designers can't delete Casebook Variables in Studio. VDC-69727

CDB - CQL

Issue Description Issue No.
CQL may return a "The used SELECT statements have a different number of columns" error when the statement uses UNION and the two SELECT statements have different numbers of columns. VDC-57791*
CQL returns an Unknown Column error for any @HDR attributes when a function references both @HDR and @Form attributes. VDC-59993*
CQL doesn't support the use of Union or UnionAll within a subquery. VDC-62829*, VDC-66328
CQL doesn't return the value for @Form.CreatedDate when it's used in a subquery. VDC-63788
With this release, the following CQL syntax is available for queries: @QRY.EventGroupName, @QRY.ItemGroupSeqNbr, and @QRYMSG.ID. VDC-64769
Null checks don't work as expected when checking across Forms. VDC-65013*
When joining tables and using Union, CQL isn't using the column names from the leftmost SELECT statement. VDC-65171*
CQL may return a "The used SELECT statements have a different number of columns" error when a Union includes both @HDR and @ItemGroup. VDC-66172*
Filters applied with the Sort & Filter menu don't filter the results when the CQL statement uses Union. VDC-67566
CQL may return an "Unknown column" error when @ItemGroup.SeqNbr is used inside an UnPivot. VDC-69069*

CDB - Export

Issue Description Issue No.
The raw export manifest file describes boolean-type Items as "TINYINT" type, even when they are labeled as "BOOLEAN" in EDC. VDC-62778
When a user attempts to create a raw-type Export Definition in a Study that has a coding-enabled Form, Workbench fails to create the definition with the "Failed cloning existing listings [meddra, medical_history]" error. VDC-64640*
Workbench doesn't correctly label some coding-related columns in the raw export output file. VDC-64737*
Users may receive an error when attempting to create a raw-type Export Definition in a Study with multiple Sources. VDC-64823
Workbench Epxorts in data model version 2 studies may include unsubmitted forms. VDC-65521*
Workbench doesn't allow users to edit the Title and Short Title of Export Listings when creating a new Export Definition. VDC-65709*

CDB - Import

Issue Description Issue No.
When using rowId and an import package with a very high number of records, Workbench may falsely interpret some records as non-unique and skip them during import. VDC-67259

CDB - Listings

Issue Description Issue No.
When Study Access is set to Disabled, a user can still view that Study in CDB. VDC-53282*
When a boolean-type Item is marked as Intentionally Left Blank, Workbench shows the value "false" for that Item in the listing. VDC-61092*
In review-enabled listings, Workbench treats numeric values as strings instead of integers for sorting. VDC-62594*
Users can't save review-enabled listings privately. VDC-63602*
In Review Listings, after a user open a query on an Event Date and refreshes the page, Workbench doesn't display the query decoration. VDC-64792*
The Sort & Filter menu may extend outside the viewable area without displaying a scrollbar. VDC-64795*
If a user navigates to the subsequent page of a listing's results, then applies a filter in the Sort & Filter menu, Workbench shows "No Results Found". VDC-65295*
For complex listings that have a WHERE clause in the CQL statement, applying filters from the Sort & Filter menu can cause Workbench to return unexpected results that don't meet the criteria. VDC-69545
If a user enters their search text, presses Enter, and then edits the search text, the page freezes. VDC-70238*

CDB - Queries

Issue Description Issue No.
On small screens, CDB may not show the Create Query, Reply, or Close buttons in the Cell Details panel. VDC-54811*
In some circumstances, users may receive an error when attempting to open a query against third party data. VDC-63437*
The EDC link for queries on Event Dates isn't clickable. VDC-70627

Coder

Issue Description Issue No.
After a user refreshes the Code Request Listing table, Vault shows an Id column listing the record Id for each Code Request record. VDC-61699*

Data Entry

Issue Description Issue No.
A user may receive a server error when resetting a Form containing only repeating Item Groups and label Items that doesn't have any existing Item Group sequences. VDC-54223*
When using Firefox™, Vault leaves a checkbox Item selected even after a user attempts to clear it when that checkbox Item is the Controlling Item for progressive display. VDC-56327*
Users are able to provoke a hidden query dialog when clicking the action menu of any Item in the Lab panel grid. VDC-60227*
The "Reason for Change" pop-up doesn't display when the user hovers over the indicator. VDC-60770*
Vault doesn't autopopulate the Change Reason field for a newly created Item Group instance with the reason provided when editing the Form. VDC-62499*
When editing a controlling Item in such a way that a frozen Item would be removed, Vault shows the Reset Entered Values dialog instead of the Error for a frozen Item. VDC-62727*
Vault may hide Items with default data when loading a Form. VDC-66578*
Users receive a message reading "Failed to Save the Date" when attempting to submit certain forms. VDC-67204
Some Form Summary Objects are missing their Form. VDC-67414
Users receive a server error when selecting a value for a codelist-type Item if the Item's Name has the same prefix as the autogenerated Lab Location item. VDC-69874

Deployment (Study Level)

Issue Description Issue No.
Vault doesn't return a readable error when a Send Email rule doesn't have an email template configured. VDC-64027
Some deployments complete with multiple errors and inconsistencies in documentation, Casebook Versioning, and Study Build numbering. VDC-65330
Vault attempts to deploy the Locked status of the study. VDC-65471*
If a Study deploys a version from development to UAT, makes changes to that version in development, then deploys from UAT to production, Vault publishes the updated version in development, even though it has changes that haven't been deployed. This causes users to receive a Save Error when attempting to create or edit versionless components. VDC-69983

Developer Features

Issue Description Issue No.
The Retrieve Events API doesn't return Events in the Planned status. VDC-52613*
For boolean-type Items, Vault doesn't return an error when the Set Item Value request doesn't include the value. VDC-56775*

Freezing & Locking

Issue Description Issue No.
If a user freezes a single Item from a composite Item row, Vault freezes both Items and doesn't allow the user to unfreeze the second Item. VDC-53910*
Users with the correct permissions can't unfreeze a dynamic, restricted Form that is Marked for Removal. VDC-59038*

Jobs

Issue Description Issue No.
The Core Listings job may take longer than expected. VDC-63605*
Users are unable to execute a Rule job due to a rule execution in progress. VDC-63827
Some users are unable to run the Retrospective Amendment job. VDC-64240
Users receive an error when attempting to run a Diff Report after deployment. VDC-66963
The EDC Export job fails without explanation. VDC-68002
The Study Data Extract job fails in certain vaults. VDC-70279

Labs

Issue Description Issue No.
Text-type Analytes shouldn't be case-sensitive in the Lab panel. VDC-60411*
Cells shift in Data Entry in the Lab units field when selected. VDC-60851*
Vault applies changes any changes to the Normal Range of an analyte even when that analyte's Item in the lab panel was marked as intentionally left blank. VDC-61489*
The Lab Panel column in the Outdated Normals Report shows the incorrect Lab Panel name. VDC-62156*
The Lab Result unit picker icon closes the field's editable state instead of triggering a dropdown menu. VDC-62322*
Some Mass Updates jobs don't process forms unless all updates can be made. VDC-62463*
When the user attempts to edit an existing codelist, the save button does not become enabled unless they make changes to the Codelist Values section. VDC-62541*
The Labs module automatically populates item names and external IDs for analytes using dashes, which aren't allowed in SAS files. VDC-63306
In Data Entry, a subject's Age field is populated with units that should be hidden. VDC-63442*, VDC-63443*, VDC-63444*
The value for the Clinically Significant field remains the same and some menu items aren't available when the Flag changes from Low to High or from High to Low. VDC-64602*
When the dropdown of a Labs codelist overlaps with a Lab Panel in Studio, users can't select that codelist's menu items. VDC-65178*
Vault doesn't show a vertical scroll bar on the Import Lab Normals preview. VDC-65748*
The Mass Update - Outdated Normals Report includes Item Groups marked as Intentionally Left Blank. VDC-66454*
With this release, Vault no longer includes default Analytes, Units (except Age), or Codelists (except Specimen Types And Testing Methods) automatically in new Studies. VDC-67099*
Vault shows the standard unit in the Lab Results column even when the site user hasn't entered the result. With this release, Vault leaves the Lab Results cell blank until a user enters a result. VDC-67420*
Measurement Type and Precision aren't cleared when the Data Type of an analyte has been changed from Unit to Text. VDC-68027
The Labs Normal Range Import job fails after passing validation check. VDC-68530
The Copy Lab Locations with Reference Ranges action doesn't copy the Reference Ranges. VDC-68973*
Users don't receive an email after a mass update job is completed. VDC-69031*
Users receive a server error when entering data in a Lab Panel in Data Entry. VDC-69753
Vault doesn't display the correct Effective Time for a Reference Range during daylight savings time. VDC-69917
Some normal ranges aren't updated and the user receives an error message when running the Outdated Lab Normals job. VDC-70203

Localization

Issue Description Issue No.
Studies with Labs enabled are missing non-English translations in Studio. VDC-59864*
"Blank_PDF" and "Unique_CRF" aren't translated in the file names within the specifications ZIP. VDC-62634

Queries

Issue Description Issue No.
Vault doesn't allow users to reset or delete Events with open, manual queries. VDC-62655*

Randomization

Issue Description Issue No.
The Randomize Subject dialog should appear after a form is submitted that causes the subject to be ready for randomization. VDC-57834*
Vault doesn't recognize duplicate Kit or Device IDs during the import of a randomization list. VDC-61941*
If a user copies a study design of a randomization-enabled study into a Study where randomization is not enabled, and then enables randomization in the target study, Vault creates duplicate records for randomization configuration. VDC-62805*
Some Randomization List items have a "Used" status when there are no Subjects enrolled. VDC-67717
Hover information shows the randomized Subject's strata variable as the value after randomization instead of at the time of Randomization. VDC-68689
The Audit log from the Enrollment, Kit, and Unmasked Data subtabs displays blank pages with errors. VDC-70612*

Review Plan Assignment

Issue Description Issue No.
Vault may mark Items as Not Applicable for SDV and DMR after an amendment in data model 2 studies. VDC-70442*

Review Plan Editor

Issue Description Issue No.
Vault may take a long time to open the Review Plan Editor for larger studies. VDC-40881*

Role & User Management

Issue Description Issue No.
Study designers with access to all Studies in a vault may be unable to access study objects. VDC-67772*
Vault doesn't populate the list of users in the Email Group Assignment dialog. VDC-67825*
Custom roles with Data Entry tab permission can't see open query indications in the schedule. VDC-67935
If a custom Study Role has custom object permissions assigned, and then a user moves the role to another Query Team, Vault removes the custom object permissions. VDC-68341*
With this release, standard CDMS security profiles now have the View User Information permission, which allows external or cross-domain users to see the user names of other users. VDC-69803

Rule Editor

Issue Description Issue No.
Users can't save Set Subject Status rules that use an Event without referencing event_date__v explicitly in the rule expression. VDC-62931*
Vault throws an error on identifiers that include a sequence number ([#]). VDC-65459*

Rule Execution

Issue Description Issue No.
When copying rules from another study, Vault doesn't mark invalid Set Item Value rules as invalid. VDC-39531*
The rule execution job fails when a Rule Definition doesn't have a value in the Reciprocal field. VDC-61902*
Subjects using a particular rule set don't generate some forms correctly. VDC-66336

SDS & Annotated PDFs

Issue Description Issue No.
If a Codelist Item spans two pages in an Annotated PDF, Vault duplicates the last Codelist Item on the first page as the first one on the second page. VDC-64333

Study Design

Issue Description Issue No.
When copying from study, Vault may create duplicates of system-generated Rules. VDC-55445
Users are unable to copy certain forms from various studies. VDC-63462
Users receive an error message that reads "Cannot read property 'id' of undefined" when creating a new Item. VDC-63882*
After a user copies a codelist-type Item, they may receive an error when attempting to edit the Codelist. VDC-66450
With this release, we relabeled the Default radio button as Standard in the Edit Unit dialog. VDC-67539*
Users are unable to update Subject Statuses for existing subjects in certain studies. VDC-68212
Users are unable to add a dynamic form back to the Visit that it was removed from. VDC-69884*
After upgrading a Study from manual to automatic deployments, Studio may display duplicate Event Definition records. VDC-69985

Study Import & Export

Issue Description Issue No.
Users receive an error when attempting to import a study from an .xml file. VDC-62003

UI & Performance

Issue Description Issue No.
Adding an Item Group section in Data Entry takes too long to complete. VDC-31826*
Users experience performance issues due to long-running scripts. VDC-48965
The error log takes much longer to load than it should when importing in Data Workbench. VDC-58354
The Dynamic Rule link for Event Groups doesn't open the Rule Editor. VDC-60921*
Scrollbars in Vault are not always visible depending on the user's screen size. VDC-61120
Using the tab key to navigate to the Add Codelist button when creating a codelist in Studio causes the Edit Codelist dialog box to close. VDC-63014*
The cursor unexpectedly moves to save the previous field while the user is typing in the next field. VDC-63943
Form view, in the Review tab, takes much longer to load than it should. VDC-63988
Site users experience various performance issues. VDC-64170
Users receive a server error when completing a common form in a specific study in Data Entry. VDC-64614
Users receive a server error when navigating to a Study in the breadcrumb menu in the Review tab. VDC-64666
Users are able to close manual queries but receive an error when attempting to close system queries. VDC-64771
Users receive a server error when navigating to certain study Sites. VDC-65079
Users experience slow performance and multiple crashes while using Vault. VDC-65112
Fields and labels on the Lab Locations page are misaligned. VDC-65744*
The Select Columns to Display dialog doesn't display correctly for the Lab Locations & Normal Ranges. VDC-66473*
Users receive a server error when attempting to sort by Translated Label in Tools > System Tools > Change Reasons. VDC-67255*
In Workbench, Listings > Public is slow to load. VDC-68044
The Copyright footer overlaps with assessment questions in Clinical Assessments. VDC-68083
Some users experience various performance issues. VDC-69732