Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

fixed program role issue #121

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions spp_programs/views/programs_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,6 @@ Part of OpenSPP. See LICENSE file for full copyright and licensing details.
states="active"
/>
</xpath>
<xpath expr="//button[@name='enroll_eligible_registrants']" position="attributes">
<attribute
name="groups"
>!g2p_programs.g2p_program_validator, !g2p_programs.g2p_program_cycle_approver</attribute>
</xpath>

<xpath expr="//button[@name='create_new_cycle']" position="before">
<field name="is_one_time_distribution" invisible="1" />
Expand Down
Loading