Skip to content

Commit

Permalink
Merge branch 'aiccra-shfrm-contribution-functionality' into aiccra-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjitm committed Feb 16, 2024
2 parents 067df4e + f140822 commit f17909b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
5 changes: 3 additions & 2 deletions marlo-web/src/main/resources/custom/aicrra.properties
Original file line number Diff line number Diff line change
Expand Up @@ -941,10 +941,11 @@ deliverable.typeOfActivity.other=Other
deliverable.typeOfActivity.other.description=
deliverable.missing.activity.alert=There are {0} deliverable(s) in this cluster not mapped to any activity <br>*Please keep in mind that without full fill this task the green-check mark validator will not be reflected</br>

deliverable.shfrmContribution.question.reporting=Is this deliverable <b>contributing</b> to contribute to the Soil Health and Fertiliser Road Map (SHFRM) implementation:
deliverable.shfrmContribution.question.reporting=Is this deliverable <b>contributing</b> to the Soil Health and Fertiliser Road Map (SHFRM) implementation:
deliverable.shfrmContribution.question.planning=Is this deliverable <b>expected</b> to contribute to the Soil Health and Fertiliser Road Map (SHFRM) implementation:
deliverable.shfrmContribution.question.help=If you select yes, please make sure to select the SHFRM indicator in the next question
deliverable.shfrmContribution.narrative=Provide a short narrative on how this deliverable is expecting to contribute to the SHFRM
deliverable.shfrmContribution.narrative.reporting=Provide a short narrative on the contribution of this deliverable to the SHFRM
deliverable.shfrmContribution.narrative.planning=Provide a short narrative on the expected contribution of this deliverable to the SHFRM
deliverable.shfrmContribution.priorityAction=To which priority action of the SHFRM is this deliverable contributing to?
deliverable.shfrmContribution.priorityAction.help=Select a priority action
deliverable.shfrmContribution.subAction=To which specific sub-action of the SHFRM is this deliverable contributing to?
Expand Down
5 changes: 3 additions & 2 deletions marlo-web/src/main/resources/global.properties
Original file line number Diff line number Diff line change
Expand Up @@ -942,10 +942,11 @@ deliverable.typeOfActivity.other=Other
deliverable.typeOfActivity.other.description=
deliverable.missing.activity.alert=There are {0} deliverable(s) in this cluster not mapped to any activity <br>*Please keep in mind that without full fill this task the green-check mark validator will not be reflected</br>

deliverable.shfrmContribution.question.reporting=Is this deliverable <b>contributing</b> to contribute to the Soil Health and Fertiliser Road Map (SHFRM) implementation:
deliverable.shfrmContribution.question.reporting=Is this deliverable <b>contributing</b> to the Soil Health and Fertiliser Road Map (SHFRM) implementation:
deliverable.shfrmContribution.question.planning=Is this deliverable <b>expected</b> to contribute to the Soil Health and Fertiliser Road Map (SHFRM) implementation:
deliverable.shfrmContribution.question.help=If you select yes, please make sure to select the SHFRM indicator in the next question
deliverable.shfrmContribution.narrative=Provide a short narrative on how this deliverable is expecting to contribute to the SHFRM
deliverable.shfrmContribution.narrative.reporting=Provide a short narrative on the contribution of this deliverable the SHFRM
deliverable.shfrmContribution.narrative.planing=Provide a short narrative on the expected contribution of this deliverable the SHFRM
deliverable.shfrmContribution.priorityAction=To which priority action of the SHFRM is this deliverable contributing to?
deliverable.shfrmContribution.priorityAction.help=Select a priority action
deliverable.shfrmContribution.subAction=To which specific sub-action of the SHFRM is this deliverable contributing to?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1528,9 +1528,15 @@
<hr />

[#-- Shfrm Contribution Narrative --]
[#if reportingActive]
<div class="form-group">
[@customForm.textArea name="deliverable.deliverableInfo.shfrmContributionNarrative" value="${(deliverable.deliverableInfo.shfrmContributionNarrative)!}" i18nkey="deliverable.shfrmContribution.narrative" placeholder="" className="limitWords-200" required=true editable=editable /]
[@customForm.textArea name="deliverable.deliverableInfo.shfrmContributionNarrative" value="${(deliverable.deliverableInfo.shfrmContributionNarrative)!}" i18nkey="deliverable.shfrmContribution.narrative.reporting" placeholder="" className="limitWords-200" required=true editable=editable /]
</div>
[#else]
<div class="form-group">
[@customForm.textArea name="deliverable.deliverableInfo.shfrmContributionNarrative" value="${(deliverable.deliverableInfo.shfrmContributionNarrative)!}" i18nkey="deliverable.shfrmContribution.narrative.planning" placeholder="" className="limitWords-200" required=true editable=editable /]
</div>
[/#if]
<br>
[#-- Shfrm Priority Action --]
<div class="form-group">
Expand Down

0 comments on commit f17909b

Please sign in to comment.