Commit f508f59 1 parent abf3743 commit f508f59 Copy full SHA for f508f59
File tree 1 file changed +38
-5
lines changed
1 file changed +38
-5
lines changed Original file line number Diff line number Diff line change @@ -11711,11 +11711,35 @@
11711
11711
"description": "Aim of the action - e.g. hydrological regime change from X to Y",
11712
11712
"validate": "required,maxSize[300]"
11713
11713
},
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
+ },
11714
11734
{
11715
11735
"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
+ ]
11719
11743
},
11720
11744
{
11721
11745
"name": "relatedOutcomes",
12038
12062
},
12039
12063
{
12040
12064
"width": "15%",
12041
- "source ": "investmentPrioritiesActivityRelates ",
12065
+ "type ": "col ",
12042
12066
"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
+ ]
12044
12077
},
12045
12078
{
12046
12079
"width": "15%",
You can’t perform that action at this time.
0 commit comments