Skip to content

Commit

Permalink
[TM-1542] change input type for pct_survival_to_date
Browse files Browse the repository at this point in the history
  • Loading branch information
pachonjcl committed Dec 12, 2024
1 parent 027ac18 commit 1611192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/wri/linked-fields.php
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@
'site-rep-num-trees-regenerating' => ['property' => 'num_trees_regenerating', 'label' => 'Estimate Number of Trees Restored via ANR', 'input_type' => 'number'],
'site-rep-regeneration-description' => ['property' => 'regeneration_description', 'label' => 'Description of ANR Activities', 'input_type' => 'long-text'],
// New fields TM-1542
'site-rep-pct-survival-to-date' => ['property' => 'pct_survival_to_date', 'label' => 'Survival Rate', 'input_type' => 'number'],
'site-rep-pct-survival-to-date' => ['property' => 'pct_survival_to_date', 'label' => 'Survival Rate', 'input_type' => 'number-percentage'],
'site-rep-survival-calculation' => ['property' => 'survival_calculation', 'label' => 'Description of Survival Rate Calculation', 'input_type' => 'long-text'],
'site-rep-survival-description' => ['property' => 'survival_description', 'label' => 'Explanation of Survival Rate', 'input_type' => 'long-text'],
'site-rep-maintenance-activities' => ['property' => 'maintenance_activities', 'label' => 'Maintenance Activities', 'input_type' => 'long-text'],
Expand Down

0 comments on commit 1611192

Please sign in to comment.