Skip to content

Commit 0398426

Browse files
committed
Proxy Borrower: Make student name field readonly
The field should be readonly because the system uses it as prefilled. Closes: ADA-51
1 parent 99cc457 commit 0398426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/proxy_borrower_forms/dsp_form.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
below to withdraw books in my name for use in research. I will take full responsibility
1414
for all materials checked out with this card in my name.
1515
</p>
16-
<%= field_for f, :student_name, required: true %>
16+
<%= field_for f, :student_name, required: true, readonly: true %>
1717
<%= field_for f, :research_last, required: true %>
1818
<%= field_for f, :research_first, required: true %>
1919
<%= field_for f, :research_middle %>

0 commit comments

Comments
 (0)