ccs-digitalmarketplace-frameworks 5.2.10 → 5.3.1
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/messages/urls.yml +1 -0
- package/frameworks/g-cloud-15/questions/additional-lot-questions/areYouAReseller.yml +2 -1
- package/frameworks/g-cloud-15/questions/additional-lot-questions/iso9001certificationSoleControlURL.yml +23 -0
- package/frameworks/g-cloud-15/questions/additional-lot-questions/multiqSelectionQuestions.yml +1 -0
- package/package.json +1 -1
|
@@ -3,3 +3,4 @@ customer_benefits_record_form_url: https://docs.google.com/forms/d/e/1FAIpQLSfQ3
|
|
|
3
3
|
framework_agreement_pdf_url: https://www.contractsfinder.service.gov.uk/Notice/9637a011-f05e-4fce-a4b9-e5fd98321150/__placeholder__
|
|
4
4
|
framework_agreement_url: https://www.contractsfinder.service.gov.uk/Notice/Attachment/43c68a54-735a-48fa-ad47-32461ed5e5a7/__placeholder__
|
|
5
5
|
supplier_guide_url: https://www.contractsfinder.service.gov.uk/Notice/9637a011-f05e-4fce-a4b9-e5fd98321150/__placeholder__
|
|
6
|
+
tender_document_url: https://www.crowncommercial.gov.uk/rm1557-15-g-cloud-15-tender-documents
|
|
@@ -13,13 +13,14 @@ followup:
|
|
|
13
13
|
- reseller
|
|
14
14
|
iso9001certificationURL:
|
|
15
15
|
- reseller
|
|
16
|
-
- sole-control
|
|
17
16
|
iso27001certificationURL:
|
|
18
17
|
- reseller
|
|
19
18
|
iso20000_1certificationURL:
|
|
20
19
|
- reseller
|
|
21
20
|
areYouReliantForSomeAccreditations:
|
|
22
21
|
- reseller
|
|
22
|
+
iso9001certificationSoleControlURL:
|
|
23
|
+
- sole-control
|
|
23
24
|
iso14001certificationSoleControlURL:
|
|
24
25
|
- sole-control
|
|
25
26
|
iso27001certificationSoleControlURL:
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
|
|
2
|
+
name: ISO 9001 certification
|
|
3
|
+
question: Provide your ISO 9001 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-9001-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 9001 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.
|
package/frameworks/g-cloud-15/questions/additional-lot-questions/multiqSelectionQuestions.yml
CHANGED
|
@@ -18,6 +18,7 @@ questions:
|
|
|
18
18
|
- iso27017certificationURL
|
|
19
19
|
- areYouBiddingForLot1b
|
|
20
20
|
- iso27018certificationURL
|
|
21
|
+
- iso9001certificationSoleControlURL
|
|
21
22
|
- iso14001certificationSoleControlURL
|
|
22
23
|
- iso27001certificationSoleControlURL
|
|
23
24
|
- iso20000_1certificationSoleControlURL
|