diff --git a/src/components/WhatsNew.vue b/src/components/WhatsNew.vue index 8f486c0f..1a5a1523 100644 --- a/src/components/WhatsNew.vue +++ b/src/components/WhatsNew.vue @@ -14,25 +14,25 @@

Changing your assessment won’t delete your explanation

Users with “view only” rights now see Worksheets

Accessibility: Increase and decrease text size

Prompt to check your references, success starts here!

@@ -40,16 +40,15 @@

Narrower margins = easier viewing of content

-

New section in help tab – iSoQ training

+

New section in help tab – iSoQ training

-

May 2024

Facilitating access to information on iSoQ development

diff --git a/src/components/list/evidenceProfileForm.vue b/src/components/list/evidenceProfileForm.vue index ceb07ef4..8c11306a 100644 --- a/src/components/list/evidenceProfileForm.vue +++ b/src/components/list/evidenceProfileForm.vue @@ -32,7 +32,7 @@

Remember this is an assessment of the whole body of - evidence supporting this finding, not an assessment of an individual + evidence supporting this review finding, not an assessment of an individual contributing study. (guidance available - Some or all of the extracted data for this finding are missing. + Some or all of the extracted data for this review finding are missing. Add them into the table below using the edit button for each included study.

@@ -520,7 +520,7 @@

Extracted Data

- Some or all of the extracted data for this finding are missing. Add + Some or all of the extracted data for this review finding are missing. Add them into the table below using the edit button for each included study.

@@ -575,7 +575,7 @@

Extracted Data

- Some or all of the extracted data for this finding are missing. + Some or all of the extracted data for this review finding are missing. Add them into the table below using the edit button for each included study.

diff --git a/src/components/organization/viewOrganization.vue b/src/components/organization/viewOrganization.vue index 46a30c91..754c8a65 100644 --- a/src/components/organization/viewOrganization.vue +++ b/src/components/organization/viewOrganization.vue @@ -621,6 +621,12 @@ export default { project.can_read.includes(this.$store.state.user.id) || project.can_write.includes(this.$store.state.user.id) ) { + if (!Object.prototype.hasOwnProperty.call(project, 'sharedToken')) { + project.sharedToken = '' + } + if (project.sharedToken === null || project.sharedToken === undefined) { + project.sharedToken = '' + } if (!Object.prototype.hasOwnProperty.call(project, 'sharedTokenOnOff')) { if (Object.prototype.hasOwnProperty.call(project, 'sharedToken') && project.sharedToken.length) { project.sharedTokenOnOff = true diff --git a/src/components/project/ViewTable.vue b/src/components/project/ViewTable.vue index 158904be..41463779 100644 --- a/src/components/project/ViewTable.vue +++ b/src/components/project/ViewTable.vue @@ -1,8 +1,6 @@