Files
nairobi/app/views/admin/budgets_wizard/phases/toggle_enabled.js.erb
Javi Martín 02b6302f25 Focus the proposal selection switch after pressing it
Since this button is replaced by a new element in an AJAX call, nothing
was focused after pressing it.

So we're reusing the code we used to enable/disable budget phases, which
already dealt with this issue.
2024-10-25 17:15:40 +02:00

4 lines
159 B
Plaintext

<%= render "admin/shared/toggle_switch",
record: @phase,
new_content: render(Admin::BudgetPhases::ToggleEnabledComponent.new(@phase)) %>