Skip to content

Commit

Permalink
Js bug fixing manifest correction in service provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Dibik committed Apr 16, 2024
1 parent c8db833 commit ff124cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion g2p_service_provider_portal/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"depends": [
"g2p_self_service_portal",
"g2p_program_reimbursement",
"website",
],
"data": [
"data/g2p_service_provider_form_action_data.xml",
Expand All @@ -25,7 +26,7 @@
"views/program_view.xml",
],
"assets": {
"website.assets_editor": [
"website.assets_wysiwyg": [
"g2p_service_provider_portal/static/src/js/reim_form_editor.js",
],
},
Expand Down

0 comments on commit ff124cb

Please sign in to comment.