Files
Redmine/app/views/settings/_api.html.erb
Marius Balteanu 31ce3c99c2 Allow administrators to disable webhooks from settings (#29664).
Patch by Katsuya HIDAKA (user:hidakatsuya).


git-svn-id: https://svn.redmine.org/redmine/trunk@24073 e93f8b46-1217-0410-a6f0-8f06a7374b81
2025-10-27 20:35:17 +00:00

13 lines
301 B
Plaintext

<%= form_tag({:action => 'edit', :tab => 'integrations'}) do %>
<div class="box tabular settings">
<p><%= setting_check_box :rest_api_enabled %></p>
<p><%= setting_check_box :jsonp_enabled %></p>
<p><%= setting_check_box :webhooks_enabled %></p>
</div>
<%= submit_tag l(:button_save) %>
<% end %>