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
-
- Based on user feedback, iSoQ will no longer delete the text you have written in an explanation box if you change your choice of level of concern or level of confidence.
+ Based on user feedback, iSoQ will no longer delete the text you have written in an explanation box if you change your choice of level of concern or level of confidence.
Users with “view only” rights now see Worksheets
-
- When a user is invited to a project but assigned “view only” rights they can now see (but not edit) all pages including project properties, My Data section, iSoQ table and Worksheets with the Evidence Profile.
+ When a user is invited to a project but assigned “view only” rights they can now see (but not edit) all pages including project properties, My Data section, iSoQ table and Worksheets with the Evidence Profile.
Accessibility: Increase and decrease text size
-
- You will now find a +A and -A in the top right corner of the screen so that you can adjust the size of the font throughout iSoQ.
+ You will now find a +A and -A in the top right corner of the screen so that you can adjust the size of the font throughout iSoQ.
Prompt to check your references, success starts here!
-
- When you import your references in Step 1 of the MyData section of iSoQ, your imported studies are now displayed, thus prompting you to look them over before manually moving to Step 2. It is important to make sure that your references have imported correctly and are complete. You cannot currently edit your references within iSoQ.
+ When you import your references in Step 1 of the MyData section of iSoQ, your imported studies are now displayed, thus prompting you to look them over before manually moving to Step 2. It is important to make sure that your references have imported correctly and are complete. You cannot currently edit your references within iSoQ.
@@ -40,16 +40,15 @@
Narrower margins = easier viewing of content
-
- The margins have been reduced throughout the platform to maximize what you are able to see in tables and modals.
+ The margins have been reduced throughout the platform to maximize what you are able to see in tables and modals.
- New section in help tab – iSoQ training
+ New section in help tab – iSoQ training
-
- We have added links to iSoQ training webinars on the Help page
+ We have added links to iSoQ training webinars on the Help page
-
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 @@
{{ data.item.name }}
- {{ data.item.name }}
+
+ {{ data.item.name }}
+
+
+ {{ data.item.name }}
+
Edit group
@@ -455,8 +459,8 @@ export default {
},
mode: {
type: String,
- required: true,
- default: 'view'
+ required: false,
+ default: ''
},
isBusy: {
type: Boolean,
diff --git a/src/components/project/actionButtons.vue b/src/components/project/actionButtons.vue
index 1ceceb57..330e9262 100644
--- a/src/components/project/actionButtons.vue
+++ b/src/components/project/actionButtons.vue
@@ -166,7 +166,11 @@ const videoHelp = () => import(/* webpackChunkName: "videohelp" */ '../videoHelp
export default {
name: 'actionButtons',
props: {
- mode: String,
+ mode: {
+ type: String,
+ required: false,
+ default: ''
+ },
preview: {
type: Boolean,
default: false
diff --git a/src/components/project/crudTables.vue b/src/components/project/crudTables.vue
index 20a243d4..7bdc4787 100644
--- a/src/components/project/crudTables.vue
+++ b/src/components/project/crudTables.vue
@@ -134,7 +134,7 @@
- Do not add columns for author or year (these will be added automatically)
- - Do not add methodological assessments (critical/quality appraisal). These go in a separate table.
+ - Do not add methodological assessments (critical/quality appraisal). These go in a separate table.
@@ -243,6 +243,7 @@
@@ -353,6 +354,7 @@