ccs-digitalmarketplace-frameworks 3.14.24 → 3.14.25
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/digital-outcomes-and-specialists-7/questions/declaration/groupOrConsortiumDetailsShareCode.yml +2 -2
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/groupOrConsortiumHealthAndSafety.yml +1 -5
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/groupOrConsortiumLeadBidder.yml +2 -2
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/groupOrConsortiumName.yml +1 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/groupOrConsortiumStructure.yml +2 -2
- package/package.json +1 -1
|
@@ -13,6 +13,6 @@ validations:
|
|
|
13
13
|
- name: under_character_limit
|
|
14
14
|
message: Share code must not exceed 8 characters
|
|
15
15
|
- name: share_code_found
|
|
16
|
-
message: The PPON and Share code for the consortium
|
|
16
|
+
message: The PPON and Share code for the consortium member is not correct, please check and re-enter
|
|
17
17
|
- name: ppon_found_in_cdp_data
|
|
18
|
-
message: The PPON and Share code for the consortium
|
|
18
|
+
message: The PPON and Share code for the consortium member is not correct, please check and re-enter
|
|
@@ -7,11 +7,7 @@ question_advice: >
|
|
|
7
7
|
|
|
8
8
|
<p class="govuk-body">Your tender will be disregarded. We will tell you that your tender has been disregarded and why.</p>
|
|
9
9
|
|
|
10
|
-
type:
|
|
11
|
-
|
|
12
|
-
options:
|
|
13
|
-
- label: "Yes"
|
|
14
|
-
value: "yes"
|
|
10
|
+
type: boolean
|
|
15
11
|
|
|
16
12
|
validations:
|
|
17
13
|
-
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
name: Lead bidder
|
|
2
|
-
question: Please confirm you are the lead bidder in the
|
|
2
|
+
question: Please confirm you are the lead bidder in the consortium?
|
|
3
3
|
|
|
4
4
|
type: boolean
|
|
5
5
|
|
|
6
6
|
validations:
|
|
7
7
|
-
|
|
8
8
|
name: answer_required
|
|
9
|
-
message: You must
|
|
9
|
+
message: You must confirm you are the lead bidder in the consortium
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
name: Consortium structure
|
|
2
|
-
question: Tell us the proposed structure of the
|
|
2
|
+
question: Tell us the proposed structure of the consortium, including the legal structure where applicable?
|
|
3
3
|
|
|
4
4
|
type: textbox_large
|
|
5
5
|
max_length_in_words: 500
|
|
@@ -10,4 +10,4 @@ validations:
|
|
|
10
10
|
message: You must enter the proposed structure of the consortium
|
|
11
11
|
-
|
|
12
12
|
name: under_word_limit
|
|
13
|
-
message: Proposed structure of the consortium be
|
|
13
|
+
message: Proposed structure of the consortium be less than 500 words
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccs-digitalmarketplace-frameworks",
|
|
3
|
-
"version": "3.14.
|
|
3
|
+
"version": "3.14.25",
|
|
4
4
|
"description": "Data files for Digital Marketplace’s procurement frameworks",
|
|
5
5
|
"repository": "git@github.com:Crown-Commercial-Service/ccs-digitalmarketplace-frameworks",
|
|
6
6
|
"author": "enquiries@digitalmarketplace.service.gov.uk"
|