Version : 65
Released : 2024-07-28
Changes in this Release
Issue |
Type |
Module(s) |
Description |
---|---|---|---|
3743 |
Feature |
An API /api/v2/organization_activities/ has been added which allows users with user management api permission to see all activities (audits) for the organization. |
|
3705 |
Feature |
The /api/v2/project_roles_by_user/ api now reports user first name and user last name and the users unique employee id. |
|
3747 |
Feature |
The /api/v2/users/ api now reportsuser first name and user last name and the users unique employee id. |
|
3748 |
Feature |
The /api/v2/user_project_invite/email/ now takes an optional unique_employee_id parameter which will set or update the unique employee id of the user if the value is unique in the organization. |
|
3749 |
Feature |
New endpoints /api/v2/remove_user_from_project/unique_employee_id/, /api/v2/deactivate_user/unique_employee_id/ and /api/v2/user_project_invite/unique_employee_id/ were added to allow inviting users to projects, removing them from projects and deactivating them by their unique employee id identifier. |
|
2891 |
Feature |
There are new Test Case steps to check if a form is Active or Inactive. These steps are only available when using TG_UAT version 21 or higher. |
|
3720 |
Feature |
Custom properties can now be defined for Test Cases. |
|
3721 |
Feature |
The Test Case list will display custom properties. |
|
3722 |
Feature |
It is now possible to edit custom properties for a Test Case in the Test Case editor, on the metadata tab. |
|
3723 |
Feature |
Custom properties are available for data collection in Actions for Test Cases. |
|
3724 |
Feature |
Custom properties will be copied when Test Cases are copied from one Draft to another. |
|
3733 |
Feature |
A new Diagnostic, 0166, will find any OpenQuery Check Actions which have a Marking Group different from the one specified for this Diagnostic, which defaults to 'Site from System'. |
|
3745 |
Feature |
A new Diagnostic, 0167, will find any Log Forms which have Lab Analyte fields. This can cause performance issues in Rave. |
|
3732 |
Bug |
When an undefined variable is referenced in a document template and the template saved, the user will see an error marker on the template tab but no error message. This was corrected. |
|
3754 |
Feature |
Code changes to matrix code since version 61 breaks some document templates. This was corrected. |
|
3735 |
Feature |
Unique employee ID can now be viewed and edited in the user page accessed from the Organization level user listing. A unique employee ID is used by some organizations as a stable identifier for users where name and email address of users could change. |
|
3738 |
Feature |
When clicking on an activity description for a user change, if the user performing the action is an organization super user then they will be taken to the edit page for that user record. If not, the user will see a message that they do not have permission to edit that user record. |
|
3759 |
Bug |
When an parent object such as an edit check had a must not exist rule but did exist, in compares only the name of the object and the rule text was shown, the comparisons of other attributes was not shown. This was corrected. |
|
3761 |
Feature |
When an object passes a MUST EXIST rule, in compares you now see that the object passed the rule. Previously this was not shown, only failed MUST NOT EXIST rules were shown. |
|
3753 |
Feature |
The user listing of standards approvals for a particular user did not always report their role in the project correctly. This was corrected. |
|
3731 |
Feature |
The Excel and PDF exports from the Edit Check list will now include a column indicating whether the Edit Check is active or inactive. |
|
3746 |
Bug |
When pasting into data dictionaries the user can paste a row of 5 columns into a 4 column grid and this will lead to an error on the server. The system will no longer allow a row to be pasted into the grid if the number of columns in the clipboard data is wider than the grid. |
|
3742 |
Bug |
AddDeviation check actions showed an error message in the quickedit view that deviation class and deviation code were not found when the values were correct and could be found in the core configuration. This was corrected. |
|
3739 |
Bug |
When copying Edit Checks and other objects from one draft to another there would be an error if after copying one set of objects another set were selected and copied without having closed the copy modal in between. This has been corrected. |