Skip to content

Commit

Permalink
Formio: Add missing module dependencies as per beneficiary portal
Browse files Browse the repository at this point in the history
Signed-off-by: mkumar-02 <[email protected]>
  • Loading branch information
mkumar-02 committed Sep 28, 2024
1 parent cdfdf67 commit 70ad6a2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion g2p_formio/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@
"author": "OpenG2P",
"website": "https://openg2p.org",
"license": "LGPL-3",
"depends": ["formio", "g2p_programs", "formio_storage_filestore"],
"depends": [
"formio",
"g2p_programs",
"formio_storage_filestore",
"g2p_program_registrant_info",
"g2p_program_reimbursement",
"g2p_program_documents",
],
"data": [
"views/formio_builder.xml",
"views/program_view.xml",
Expand Down

0 comments on commit 70ad6a2

Please sign in to comment.