ccs-digitalmarketplace-frameworks 4.4.30 → 4.4.31
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.
|
@@ -2,8 +2,12 @@ name: Lead bidder
|
|
|
2
2
|
question: Please confirm you are the lead bidder in the consortium?
|
|
3
3
|
|
|
4
4
|
type: boolean
|
|
5
|
+
required_value: true
|
|
5
6
|
|
|
6
7
|
validations:
|
|
8
|
+
-
|
|
9
|
+
name: required_value
|
|
10
|
+
message: You must be the lead bidder in the consortium to continue your application
|
|
7
11
|
-
|
|
8
12
|
name: answer_required
|
|
9
|
-
message: You must
|
|
13
|
+
message: You must be the lead bidder in the consortium to continue your application
|