Skip to content

Commit

Permalink
adds extra instructions regarding funding flow contributions
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-mills committed Jan 2, 2024
1 parent 452c732 commit 89cc4d9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/Http/Controllers/Admin/PortfolioCrudController.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ protected function setupCreateOperation()
->prefix($selectedOrganisation->currency)
->hint('Enter the overall budget for the portfolio');


CRUD::field('funding-flow-info')
->type('section-title')
->view_namespace('stats4sd.laravel-backpack-section-title::fields')
->title('Funding Flow Analysis')
->content('Please indicate whether this portfolio should be included in the Funding Flow Analysis conducted by the Agroecology Coalition. If this portfolio contains real projects (past or present) that are funded by or through your institution (even if the funds originated elsewhere), please tick this box. If you are using this portfolio to test the system, to enter projects that are being planned, or you are a partner organisation that is not directly funding the projects, please leave this box unticked. If you are unsure, please contact the Agroecology Coalition for guidance.');
CRUD::field('contributes_to_funding_flow')->label('Contributes to Funding Flow Analysis');

}
Expand Down

0 comments on commit 89cc4d9

Please sign in to comment.