Skip to content

Commit cec6a18

Browse files
committed
fix(spp_programs): hide Geographic Targeting from Eligibility Manager UI
1 parent 1dc6c8b commit cec6a18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spp_programs/views/managers/eligibility_manager_view.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Part of OpenSPP. See LICENSE file for full copyright and licensing details.
6767
<field name="program_id" invisible="1" />
6868
</div>
6969

70-
<group string="Geographic Targeting" name="geographic_targeting" colspan="4" col="4">
70+
<group string="Geographic Targeting" name="geographic_targeting" colspan="4" col="4" invisible="1">
7171
<field
7272
name="admin_area_ids"
7373
widget="many2many_tags"

spp_programs/wizard/create_program_wizard.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Part of OpenSPP. See LICENSE file for full copyright and licensing details.
261261
name="default_eligibility"
262262
invisible="eligibility_type != 'default_eligibility'"
263263
>
264-
<group colspan="4" string="Geographic Targeting">
264+
<group colspan="4" string="Geographic Targeting" invisible="1">
265265
<field
266266
name="admin_area_ids"
267267
colspan="4"

0 commit comments

Comments
 (0)