Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
initial commit of pre-pop config
  • Loading branch information
temi committed Dec 9, 2024
1 parent 8fd6af3 commit 6936cb3
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions forms/other/regionalCapacityServicesReport.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@
"collapsedByDefault": false,
"templateName": "regionalCapacityServicesReport",
"template": {
"pre-populate": [
{
"source": {
"context-path": ""
},
"mapping": [
{
"target": "targetIndigenousParticipationPercentage",
"source-path": "targetIndigenousParticipationPercentage"
}
]
}
],
"dataModel": [
{
"name": "governanceAndFinancialFrameworksOnTrack",
Expand Down Expand Up @@ -228,10 +241,7 @@
{
"dataType": "number",
"name": "targetIndigenousParticipationPercentage",
"description": "Target Indigenous Participation Percentage for this reporting period",
"computed": {
"expression": "$context.owner.targetIndigenousParticipationPercentage"
}
"description": "Target Indigenous Participation Percentage for this reporting period"
},
{
"dataType": "number",
Expand Down

0 comments on commit 6936cb3

Please sign in to comment.