ccs-digitalmarketplace-frameworks 5.2.5 → 5.2.7
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/multiqSelectionQuestions.yml +1 -1
- package/frameworks/g-cloud-15/questions/additional-lot-questions/standardsCyberEssentialsPlusValidated.yml +2 -2
- package/frameworks/g-cloud-15/questions/additional-lot-questions/standardsCyberEssentialsValidated.yml +2 -2
- package/frameworks/g-cloud-15/questions/declaration/groupOrConsortiumDetailsAttachment4bURL.yml +3 -3
- package/package.json +1 -1
|
@@ -6,7 +6,7 @@ depends:
|
|
|
6
6
|
being:
|
|
7
7
|
- cloud-software
|
|
8
8
|
- cloud-support
|
|
9
|
-
|
|
9
|
+
|
|
10
10
|
|
|
11
11
|
type: boolean
|
|
12
12
|
|
|
@@ -18,4 +18,4 @@ followup:
|
|
|
18
18
|
|
|
19
19
|
validations:
|
|
20
20
|
- name: answer_required
|
|
21
|
-
message:
|
|
21
|
+
message: You must select an option
|
|
@@ -6,7 +6,7 @@ depends:
|
|
|
6
6
|
being:
|
|
7
7
|
- cloud-software
|
|
8
8
|
- cloud-support
|
|
9
|
-
|
|
9
|
+
|
|
10
10
|
|
|
11
11
|
type: boolean
|
|
12
12
|
|
|
@@ -18,4 +18,4 @@ followup:
|
|
|
18
18
|
|
|
19
19
|
validations:
|
|
20
20
|
- name: answer_required
|
|
21
|
-
message:
|
|
21
|
+
message: You must select an option
|
package/frameworks/g-cloud-15/questions/declaration/groupOrConsortiumDetailsAttachment4bURL.yml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
name: Self declaration uploaded for consortium member
|
|
2
2
|
question: Please upload a completed Attachment 4b Self-declaration workbook which has been completed with all requested information for this consortium member.
|
|
3
3
|
|
|
4
|
-
hint: Please upload in Open Document
|
|
4
|
+
hint: Please upload in Open Document Spreadsheet (ODS) or a Microsoft Excel Spreadsheet (XLSX) format. (Maximum file size 5MB).
|
|
5
5
|
|
|
6
6
|
type: upload
|
|
7
7
|
|
|
@@ -9,7 +9,7 @@ file_settings:
|
|
|
9
9
|
name: attachment-4b-consortium-member-declaration
|
|
10
10
|
max_size: 5
|
|
11
11
|
file_types:
|
|
12
|
-
-
|
|
12
|
+
- spreadsheet
|
|
13
13
|
|
|
14
14
|
validations:
|
|
15
15
|
- name: answer_required
|
|
@@ -17,6 +17,6 @@ validations:
|
|
|
17
17
|
- name: file_is_less_than_5mb
|
|
18
18
|
message: File size must be less than 5mb
|
|
19
19
|
- name: file_is_valid_format
|
|
20
|
-
message: Please upload a document in the valid format like
|
|
20
|
+
message: Please upload a document in the valid format like ODS or XLSX
|
|
21
21
|
- name: file_can_be_saved
|
|
22
22
|
message: The selected file could not be uploaded - try again
|