Skip to content

Commit da93636

Browse files
committed
commit updates #3468
1 parent b08d20c commit da93636

File tree

2 files changed

+8
-29
lines changed

2 files changed

+8
-29
lines changed

forms/nht/grantsAndOthersProgressReport.json

+4-9
Original file line numberDiff line numberDiff line change
@@ -8777,7 +8777,7 @@
87778777
"name": "rowCount",
87788778
"decimalPlaces": 0,
87798779
"computed": {
8780-
"expression": "sum(agreementsTable, \"numberOfAgreements\")"
8780+
"expression": "sum(agreementsTable, \"agreementType ? 1 : 0\")"
87818781
}
87828782
}
87838783
],
@@ -9078,33 +9078,28 @@
90789078
}
90799079
]
90809080
},
9081-
{
9082-
"width": "10%",
9083-
"source": "numberOfAgreements",
9084-
"type": "number",
9085-
"title": "Number of agreements established"
9086-
},
90879081
{
90889082
"width": "10%",
90899083
"source": "yearsOfTheAgreement",
90909084
"type": "number",
90919085
"title": "Length (years of the agreement)"
90929086
},
90939087
{
9094-
"width": "25%",
9088+
"width": "30%",
90959089
"source": "agreementPurpose",
90969090
"title": "Purpose of agreement",
90979091
"type": "textarea"
90989092
},
90999093
{
9100-
"width": "25%",
9094+
"width": "30%",
91019095
"source": "agreementMadeWith",
91029096
"title": "Who the agreement was made with?",
91039097
"type": "textarea"
91049098
}
91059099
],
91069100
"userAddedRows": true,
91079101
"source": "agreementsTable",
9102+
"title": "<b>Please report on each agreement in a separate row using the ‘+Add a row’ button</b>",
91089103
"type": "table"
91099104
}
91109105
]

forms/nht/procurementsOutputReport.json

+4-20
Original file line numberDiff line numberDiff line change
@@ -10208,17 +10208,6 @@
1020810208
],
1020910209
"validate": "required,maxSize[300]"
1021010210
},
10211-
{
10212-
"dataType": "number",
10213-
"name": "numberOfAgreements",
10214-
"validate": "required,min[0]"
10215-
},
10216-
{
10217-
"dataType": "number",
10218-
"name": "numberOfDaysMaintainingAgreements",
10219-
"description": "Number of days should be calculated as number of days by number of people (eg. 4.5 days by 3 people is 13.5 days).",
10220-
"validate": "required,min[0]"
10221-
},
1022210211
{
1022310212
"dataType": "number",
1022410213
"name": "yearsOfTheAgreement",
@@ -10243,7 +10232,7 @@
1024310232
"name": "rowCount",
1024410233
"decimalPlaces": 0,
1024510234
"computed": {
10246-
"expression": "sum(agreementsTable, \"numberOfAgreements\")"
10235+
"expression": "sum(agreementsTable, \"agreementType ? 1 : 0\")"
1024710236
}
1024810237
}
1024910238
],
@@ -10623,33 +10612,28 @@
1062310612
}
1062410613
]
1062510614
},
10626-
{
10627-
"width": "10%",
10628-
"source": "numberOfAgreements",
10629-
"type": "number",
10630-
"title": "Number of agreements established"
10631-
},
1063210615
{
1063310616
"width": "10%",
1063410617
"source": "yearsOfTheAgreement",
1063510618
"type": "number",
1063610619
"title": "Length (years of the agreement)"
1063710620
},
1063810621
{
10639-
"width": "25%",
10622+
"width": "30%",
1064010623
"source": "agreementPurpose",
1064110624
"title": "Purpose of agreement",
1064210625
"type": "textarea"
1064310626
},
1064410627
{
10645-
"width": "25%",
10628+
"width": "30%",
1064610629
"source": "agreementMadeWith",
1064710630
"title": "Who the agreement was made with?",
1064810631
"type": "textarea"
1064910632
}
1065010633
],
1065110634
"userAddedRows": true,
1065210635
"source": "agreementsTable",
10636+
"title": "<b>Please report on each agreement in a separate row using the ‘+Add a row’ button</b>",
1065310637
"type": "table"
1065410638
}
1065510639
]

0 commit comments

Comments
 (0)