Skip to content

Commit f508f59

Browse files
committed
commit WIP #2898
1 parent abf3743 commit f508f59

File tree

1 file changed

+38
-5
lines changed

1 file changed

+38
-5
lines changed

forms/rdp/rdpOutputReport.json

+38-5
Original file line numberDiff line numberDiff line change
@@ -11711,11 +11711,35 @@
1171111711
"description": "Aim of the action - e.g. hydrological regime change from X to Y",
1171211712
"validate": "required,maxSize[300]"
1171311713
},
11714+
{
11715+
"name": "investmentPriorities2",
11716+
"dataType": "stringList",
11717+
"validate": "required",
11718+
"constraints": {
11719+
"type": "pre-populated",
11720+
"config": {
11721+
"source": {
11722+
"params": [
11723+
{
11724+
"expression": "owner.projectId",
11725+
"name": "id",
11726+
"type": "computed"
11727+
}
11728+
],
11729+
"url": "/project/listProjectInvestmentPriorities/"
11730+
}
11731+
}
11732+
}
11733+
},
1171411734
{
1171511735
"dataType": "text",
11716-
"name": "investmentPrioritiesActivityRelates",
11717-
"description": "",
11718-
"validate": "required,maxSize[300]"
11736+
"name": "otherInvestmentPriority",
11737+
"behaviour": [
11738+
{
11739+
"type": "enable",
11740+
"condition": "\"Other\" in investmentPriorities2"
11741+
}
11742+
]
1171911743
},
1172011744
{
1172111745
"name": "relatedOutcomes",
@@ -12038,9 +12062,18 @@
1203812062
},
1203912063
{
1204012064
"width": "15%",
12041-
"source": "investmentPrioritiesActivityRelates",
12065+
"type": "col",
1204212066
"title": "Which investment priority does this activity relate to?",
12043-
"type": "text"
12067+
"items": [
12068+
{
12069+
"source": "investmentPriorities2",
12070+
"type": "select2Many"
12071+
},
12072+
{
12073+
"source": "otherInvestmentPriority",
12074+
"type": "text"
12075+
}
12076+
]
1204412077
},
1204512078
{
1204612079
"width": "15%",

0 commit comments

Comments
 (0)