ccs-digitalmarketplace-frameworks 1.2.12 → 1.2.13
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.
|
@@ -6,26 +6,34 @@ question: >
|
|
|
6
6
|
- comply with the definition of Cloud Professional Service in the framework agreement
|
|
7
7
|
|
|
8
8
|
type: radios
|
|
9
|
+
options:
|
|
10
|
+
- label: 'Yes'
|
|
11
|
+
values: cloud-professional-yes
|
|
12
|
+
- label: My organisation isn't submitting cloud professional (lot 4) services
|
|
13
|
+
values: No
|
|
14
|
+
|
|
9
15
|
|
|
10
16
|
followup:
|
|
11
17
|
serviceCloudServiceProfessional:
|
|
12
|
-
-
|
|
18
|
+
- 'Yes'
|
|
13
19
|
serviceCloudServiceProfessional2:
|
|
14
|
-
-
|
|
20
|
+
- 'Yes'
|
|
15
21
|
serviceCloudServiceProfessional3:
|
|
16
|
-
-
|
|
22
|
+
- 'Yes'
|
|
17
23
|
serviceCloudServiceProfessional4:
|
|
18
|
-
-
|
|
24
|
+
- 'Yes'
|
|
19
25
|
serviceCloudServiceProfessional5:
|
|
20
|
-
-
|
|
26
|
+
- 'Yes'
|
|
27
|
+
validations:
|
|
28
|
+
# See app/main/helpers/validation.py::G12Validator
|
|
29
|
+
- name: dependent_question_error
|
|
30
|
+
message: You need to answer Yes to either this question or to question 4
|
|
21
31
|
|
|
22
32
|
assessment:
|
|
23
33
|
required: True
|
|
24
34
|
passIfIn:
|
|
25
35
|
- "Yes"
|
|
26
|
-
- "My organisation isn't submitting cloud support (lot 4) services
|
|
27
|
-
|
|
28
|
-
|
|
36
|
+
- "My organisation isn't submitting cloud support (lot 4) services"
|
|
29
37
|
|
|
30
38
|
|
|
31
39
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccs-digitalmarketplace-frameworks",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.13",
|
|
4
4
|
"description": "Data files for Digital Marketplace’s procurement frameworks",
|
|
5
5
|
"repository": "git@github.com:Brickendon-DMp1-5/digitalmarketplace-frameworks",
|
|
6
6
|
"author": "enquiries@digitalmarketplace.service.gov.uk"
|