From 4fb1d6c62f0113e256d9d9dcb4201ef3b9c41ee2 Mon Sep 17 00:00:00 2001 From: salomon-j <90952854+salomon-j@users.noreply.github.com> Date: Fri, 9 Sep 2022 13:37:41 +1000 Subject: [PATCH] More layout changes - ESP Feral animal management #2661 --- forms/esp/ESP PMU or Zone reporting.json | 39 +++++++++++++----------- forms/esp/ESP SMU Reporting.json | 32 ++++++++++--------- 2 files changed, 39 insertions(+), 32 deletions(-) diff --git a/forms/esp/ESP PMU or Zone reporting.json b/forms/esp/ESP PMU or Zone reporting.json index 9b84deed7..738f35f40 100644 --- a/forms/esp/ESP PMU or Zone reporting.json +++ b/forms/esp/ESP PMU or Zone reporting.json @@ -1208,7 +1208,8 @@ "constraints": [ "Yes", "No" - ] + ], + "validate": "required" }, { "columns": [ @@ -1279,9 +1280,9 @@ "Excessive population", "Land degradation", "Nil", - "Predation", - "Removal of feral animals" - ] + "Predation" + ], + "validate": "required" }, { "dataType": "number", @@ -1292,14 +1293,14 @@ } ], "name": "noCulled", - "validate": "min[0]" + "validate": "min[0],required" } ], "dataType": "list", "name": "feralAnimalManagement" }, { - "dataType": "number", + "dataType": "text", "behaviour": [ { "type": "enable_and_clear", @@ -1307,7 +1308,7 @@ } ], "name": "cost", - "validate": "required,min[0]" + "validate": "required" }, { "dataType": "text", @@ -1341,7 +1342,7 @@ { "items": [ { - "source": " What are the conservation outcomes sought?
1) to reduce browsing impact on palatable native plants;
2) to maintain native species diversity;
3) to reduce overgrazing leading to weed infestation;
4) to improve litter and soil condition;
5) to facilitate natural regeneration;
6) to reduce predation on local native fauna.", + "source": " What are the conservation outcomes sought?
1.To reduce browsing impact on palatable native plants and local native fauna;
2. Maintain native species diversity and facilitate natural regeneration;
3. Reduce overgrazing leading to weed infestation;
4. Improve litter and soil condition.", "type": "literal" } ], @@ -1350,7 +1351,7 @@ { "items": [ { - "source": " Implementation:
Land managers are encouraged to control feral herbivores and carnivores (e.g. rabbits, hares, goats, deer, pigs, foxes, feral cats) where these are having a detrimental impact on the target ecological community. Control measures will differ between species and may include both preventative (e.g. fencing) and destructive measures as appropriate.
Destructive control measures should minimise unintended adverse impacts on non-target species and be undertaken humanely and in accordance with NSW legislation. Warren ripping to control rabbits within a target ecological community should be undertaken as a last resort and every effort should be taken to minimise soil disturbance away from the immediate warren site.", + "source": " Implementation:
Land managers are encouraged to control feral herbivores and carnivores (for example rabbits, hares, goats, deer, pigs, foxes or feral cats) where these are having a detrimental impact on the target ecological community. Control measures will differ between species and may include both preventative (e.g. fencing) and destructive measures as appropriate.
Destructive control measures should minimise unintended adverse impacts on non-target species and be undertaken humanely and in accordance with NSW legislation. Warren ripping to control rabbits within a target ecological community should be undertaken as a last resort and every effort should be taken to minimise soil disturbance away from the immediate warren site.", "type": "literal" } ], @@ -1410,7 +1411,7 @@ "width": "20%", "source": "managementReason", "title": "Reason for management", - "type": "selectOne" + "type": "select2Many" }, { "width": "10%", @@ -1436,7 +1437,7 @@ ], "items": [ { - "source": "", + "source": "", "type": "literal" } ] @@ -1469,7 +1470,9 @@ { "preLabel": "Total cost of management actions", "source": "cost", - "type": "currency" + "type": "number", + "width": "50%", + "helpText": "These costs can include, but are not limited to: hours steward takes to undertake native herbivore management, ammunition or cost of contractors." } ] }, @@ -1483,7 +1486,7 @@ ], "items": [ { - "preLabel": "If this activity is a management action under your funding agreement but you did not undertake this activity, during the reporting period, please state the reason.", + "preLabel": "If this activity is a management action under your Funding Agreement but you did not undertake this activity, during the reporting period, please state the reason.", "source": "activityNotUndertaken", "type": "textarea", "rows": 4 @@ -1787,7 +1790,7 @@ ], "items": [ { - "preLabel": "If this activity is a management action under your funding agreement but you did not undertake this activity, during the reporting period, please state the reason.", + "preLabel": "If this activity is a management action under your Funding Agreement but you did not undertake this activity, during the reporting period, please state the reason.", "source": "activityNotUndertaken", "type": "textarea", "rows": 4 @@ -2046,7 +2049,7 @@ ], "items": [ { - "preLabel": "If this activity is a management action under your funding agreement but you did not undertake this activity, during the reporting period, please state the reason.", + "preLabel": "If this activity is a management action under your Funding Agreement but you did not undertake this activity, during the reporting period, please state the reason.", "source": "activityNotUndertaken", "type": "textarea", "rows": 4 @@ -2411,7 +2414,7 @@ ], "items": [ { - "preLabel": "If this activity is a management action under your funding agreement but you did not undertake this activity, during the reporting period, please state the reason.", + "preLabel": "If this activity is a management action under your Funding Agreement but you did not undertake this activity, during the reporting period, please state the reason.", "source": "activityNotUndertaken", "type": "textarea", "rows": 4 @@ -2661,7 +2664,7 @@ ], "items": [ { - "preLabel": "If this activity is a management action under your funding agreement but you did not undertake this activity, during the reporting period, please state the reason.", + "preLabel": "If this activity is a management action under your Funding Agreement but you did not undertake this activity, during the reporting period, please state the reason.", "source": "activityNotUndertaken", "type": "textarea", "rows": 4 @@ -2923,7 +2926,7 @@ ], "items": [ { - "preLabel": "If this activity is a management action under your funding agreement but you did not undertake this activity, during the reporting period, please state the reason.", + "preLabel": "If this activity is a management action under your Funding Agreement but you did not undertake this activity, during the reporting period, please state the reason.", "source": "activityNotUndertaken", "type": "textarea", "rows": 4 diff --git a/forms/esp/ESP SMU Reporting.json b/forms/esp/ESP SMU Reporting.json index 67d614e00..a0c7f88c0 100644 --- a/forms/esp/ESP SMU Reporting.json +++ b/forms/esp/ESP SMU Reporting.json @@ -1206,7 +1206,8 @@ "constraints": [ "Yes", "No" - ] + ], + "validate": "required" }, { "columns": [ @@ -1277,9 +1278,9 @@ "Excessive population", "Land degradation", "Nil", - "Predation", - "Removal of feral animals" - ] + "Predation" + ], + "validate": "required" }, { "dataType": "number", @@ -1290,14 +1291,14 @@ } ], "name": "noCulled", - "validate": "min[0]" + "validate": "min[0],required" } ], "dataType": "list", "name": "feralAnimalManagement" }, { - "dataType": "number", + "dataType": "text", "behaviour": [ { "type": "enable_and_clear", @@ -1305,7 +1306,7 @@ } ], "name": "cost", - "validate": "required,min[0]" + "validate": "required" }, { "dataType": "text", @@ -1328,7 +1329,8 @@ } ], "name": "activityNotUndertaken", - "description": "" + "description": "", + "validate": "required" } ], "description": "When you enter the details for this activity please make sure that you only enter the number and cost details once. Either as a single total record, encompassing the details and costs of this activity across all of your sites or as separate entries for each site.", @@ -1338,7 +1340,7 @@ { "items": [ { - "source": " What are the conservation outcomes sought?
1) to reduce browsing impact on palatable native plants;
2) to maintain native species diversity;
3) to reduce overgrazing leading to weed infestation;
4) to improve litter and soil condition;
5) to facilitate natural regeneration;
6) to reduce predation on local native fauna.", + "source": " What are the conservation outcomes sought?
1.To reduce browsing impact on palatable native plants and local native fauna;
2. Maintain native species diversity and facilitate natural regeneration;
3. Reduce overgrazing leading to weed infestation;
4. Improve litter and soil condition.", "type": "literal" } ], @@ -1347,7 +1349,7 @@ { "items": [ { - "source": " Implementation:
Land managers are encouraged to control feral herbivores and carnivores (e.g. rabbits, hares, goats, deer, pigs, foxes, feral cats) where these are having a detrimental impact on the target ecological community. Control measures will differ between species and may include both preventative (e.g. fencing) and destructive measures as appropriate.
Destructive control measures should minimise unintended adverse impacts on non-target species and be undertaken humanely and in accordance with NSW legislation. Warren ripping to control rabbits within a target ecological community should be undertaken as a last resort and every effort should be taken to minimise soil disturbance away from the immediate warren site.", + "source": " Implementation:
Land managers are encouraged to control feral herbivores and carnivores (for example rabbits, hares, goats, deer, pigs, foxes or feral cats) where these are having a detrimental impact on the target ecological community. Control measures will differ between species and may include both preventative (e.g. fencing) and destructive measures as appropriate.
Destructive control measures should minimise unintended adverse impacts on non-target species and be undertaken humanely and in accordance with NSW legislation. Warren ripping to control rabbits within a target ecological community should be undertaken as a last resort and every effort should be taken to minimise soil disturbance away from the immediate warren site.", "type": "literal" } ], @@ -1407,7 +1409,7 @@ "width": "20%", "source": "managementReason", "title": "Reason for management", - "type": "selectOne" + "type": "select2Many" }, { "width": "10%", @@ -1433,7 +1435,7 @@ ], "items": [ { - "source": "", + "source": "", "type": "literal" } ] @@ -1466,7 +1468,9 @@ { "preLabel": "Total cost of management actions", "source": "cost", - "type": "currency" + "type": "number", + "width": "50%", + "helpText": "These costs can include, but are not limited to: hours steward takes to undertake native herbivore management, ammunition or cost of contractors." } ] }, @@ -1480,7 +1484,7 @@ ], "items": [ { - "preLabel": "If this activity is a management action under your funding agreement but you were not able to undertake this activity, during the reporting period, please state the reason.", + "preLabel": "If this activity is a management action under your Funding Agreement but you did not undertake this activity, during the reporting period, please state the reason.", "source": "activityNotUndertaken", "type": "textarea", "rows": 4