ccs-digitalmarketplace-frameworks 5.1.30 → 5.1.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/frameworks/g-cloud-15/questions/additional-lot-questions/areYouAReseller1a.yml +3 -3
- package/frameworks/g-cloud-15/questions/additional-lot-questions/areYouAReseller1b.yml +3 -3
- package/frameworks/g-cloud-15/questions/additional-lot-questions/iso14001certificationSoleControlURL.yml +23 -0
- package/frameworks/g-cloud-15/questions/additional-lot-questions/iso27001certificationSoleControlURL.yml +23 -0
- package/frameworks/g-cloud-15/questions/additional-lot-questions/iso27017certificationSoleControlURL.yml +23 -0
- package/frameworks/g-cloud-15/questions/additional-lot-questions/multiqSelectionQuestions1a.yml +3 -0
- package/frameworks/g-cloud-15/questions/additional-lot-questions/multiqSelectionQuestions1b.yml +3 -0
- package/frameworks/g-cloud-15/questions/services/staffSecurityClearanceChecks.yml +1 -1
- package/package.json +1 -1
|
@@ -15,11 +15,11 @@ followup:
|
|
|
15
15
|
iso9001certificationURL:
|
|
16
16
|
- reseller
|
|
17
17
|
- sole-control
|
|
18
|
-
|
|
18
|
+
iso14001certificationSoleControlURL:
|
|
19
19
|
- sole-control
|
|
20
|
-
|
|
20
|
+
iso27001certificationSoleControlURL:
|
|
21
21
|
- sole-control
|
|
22
|
-
|
|
22
|
+
iso27017certificationSoleControlURL:
|
|
23
23
|
- sole-control
|
|
24
24
|
areYouReliantForSomeAccreditations:
|
|
25
25
|
- reseller
|
|
@@ -17,11 +17,11 @@ followup:
|
|
|
17
17
|
- sole-control
|
|
18
18
|
areYouReliantForSomeAccreditations:
|
|
19
19
|
- reseller
|
|
20
|
-
|
|
20
|
+
iso14001certificationSoleControlURL:
|
|
21
21
|
- sole-control
|
|
22
|
-
|
|
22
|
+
iso27001certificationSoleControlURL:
|
|
23
23
|
- sole-control
|
|
24
|
-
|
|
24
|
+
iso27017certificationSoleControlURL:
|
|
25
25
|
- sole-control
|
|
26
26
|
iso27018certificationURL:
|
|
27
27
|
- reseller
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
|
|
2
|
+
name: ISO 14001 certification
|
|
3
|
+
question: Provide your ISO 14001 certification
|
|
4
|
+
hint: This file must be in an open document format and have a maximum file size of 5MB
|
|
5
|
+
|
|
6
|
+
type: upload
|
|
7
|
+
hidden: true
|
|
8
|
+
|
|
9
|
+
file_settings:
|
|
10
|
+
name: iso-14001-certification
|
|
11
|
+
max_size: 5
|
|
12
|
+
file_types:
|
|
13
|
+
- open_document
|
|
14
|
+
|
|
15
|
+
validations:
|
|
16
|
+
- name: answer_required
|
|
17
|
+
message: You must upload your ISO 14001 certification
|
|
18
|
+
- name: file_is_valid_format
|
|
19
|
+
message: The file must be in an open format. Select an Open Document Format (ODF) or PDF/A (eg .pdf, .odt).
|
|
20
|
+
- name: file_is_less_than_5mb
|
|
21
|
+
message: The file must be smaller than 5MB.
|
|
22
|
+
- name: file_can_be_saved
|
|
23
|
+
message: The selected file could not be uploaded - try again.
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
|
|
2
|
+
name: ISO 27001 certification
|
|
3
|
+
question: Provide your ISO 27001 certification
|
|
4
|
+
hint: This file must be in an open document format and have a maximum file size of 5MB
|
|
5
|
+
|
|
6
|
+
type: upload
|
|
7
|
+
hidden: true
|
|
8
|
+
|
|
9
|
+
file_settings:
|
|
10
|
+
name: iso-27001-certification
|
|
11
|
+
max_size: 5
|
|
12
|
+
file_types:
|
|
13
|
+
- open_document
|
|
14
|
+
|
|
15
|
+
validations:
|
|
16
|
+
- name: answer_required
|
|
17
|
+
message: You must upload your ISO 27001 certification
|
|
18
|
+
- name: file_is_valid_format
|
|
19
|
+
message: The file must be in an open format. Select an Open Document Format (ODF) or PDF/A (eg .pdf, .odt).
|
|
20
|
+
- name: file_is_less_than_5mb
|
|
21
|
+
message: The file must be smaller than 5MB.
|
|
22
|
+
- name: file_can_be_saved
|
|
23
|
+
message: The selected file could not be uploaded - try again.
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
|
|
2
|
+
name: ISO 27017 certification
|
|
3
|
+
question: Provide your ISO 27017 certification
|
|
4
|
+
hint: This file must be in an open document format and have a maximum file size of 5MB
|
|
5
|
+
|
|
6
|
+
type: upload
|
|
7
|
+
hidden: true
|
|
8
|
+
|
|
9
|
+
file_settings:
|
|
10
|
+
name: iso-27017-certification
|
|
11
|
+
max_size: 5
|
|
12
|
+
file_types:
|
|
13
|
+
- open_document
|
|
14
|
+
|
|
15
|
+
validations:
|
|
16
|
+
- name: answer_required
|
|
17
|
+
message: You must upload your ISO 27017 certification
|
|
18
|
+
- name: file_is_valid_format
|
|
19
|
+
message: The file must be in an open format. Select an Open Document Format (ODF) or PDF/A (eg .pdf, .odt).
|
|
20
|
+
- name: file_is_less_than_5mb
|
|
21
|
+
message: The file must be smaller than 5MB.
|
|
22
|
+
- name: file_can_be_saved
|
|
23
|
+
message: The selected file could not be uploaded - try again.
|
|
@@ -16,7 +16,7 @@ depends:
|
|
|
16
16
|
|
|
17
17
|
type: radios
|
|
18
18
|
options:
|
|
19
|
-
- label: Staff screening performed
|
|
19
|
+
- label: Staff screening performed which conforms to BS7858:2019
|
|
20
20
|
value: "staff_screening_to_bs7858_2019"
|
|
21
21
|
filter_label: conforms to BS7858:2019
|
|
22
22
|
- label: Staff screening performed but doesn’t conform with BS7858:2019
|