From 99cc457a0018b3e238686140a08bf12a99754896 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Wed, 21 Jan 2026 17:26:20 -0600 Subject: [PATCH] Proxy Borrower: Make faculty name/dept readonly These fields are populated for the user and not meant to be changed. Closes: ADA-93 --- app/views/proxy_borrower_forms/faculty_form.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/proxy_borrower_forms/faculty_form.html.erb b/app/views/proxy_borrower_forms/faculty_form.html.erb index b71416f5..ae22c4ef 100644 --- a/app/views/proxy_borrower_forms/faculty_form.html.erb +++ b/app/views/proxy_borrower_forms/faculty_form.html.erb @@ -10,8 +10,8 @@

As a University of California Faculty/Academic Staff member (in good standing) at Berkeley, I request that the Library permit the person named below to withdraw books in my name for use in research. I will take full responsibility for all materials checked out with this card in my name.

- <%= field_for f, :faculty_name %> - <%= field_for f, :department %> + <%= field_for f, :faculty_name, readonly: true %> + <%= field_for f, :department, readonly: true %> <%= field_for f, :research_last, required: true %> <%= field_for f, :research_first, required: true %> <%= field_for f, :research_middle %>