You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 24, 2020. It is now read-only.
Copy file name to clipboardexpand all lines: app/views/app_configs/_form.erb
+1
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@
49
49
<fieldset>
50
50
<legend>Reservation Settings</legend><br/>
51
51
<%=f.input:requests_affect_availability,label: 'Allow requests to affect equipment availability?',hint: 'When enabled, reservation requests will affect equipment item availability before the request is approved.'%>
52
+
<%=f.input:disable_requests,label: 'Disable reservation requests?',hint: 'When enabled, users will not be able to create special reservation requests.'%>
52
53
<%=f.input:notify_admin_on_create,label: 'Notify admin on creation?',hint: 'When enabled, admins will get an e-mail whenever a reservation is created.'%>
hint: 'This message will be displayed to users who are about to file a reservation request for invalid reservations. You can use markdown in this field'%>
0 commit comments