@ -64,6 +64,6 @@ class Form::Subsection
end
def displayed_to_user?(case_log, question)
question.page.routed_to?(case_log) && question.enabled?(case_log)
question.page.routed_to?(case_log) && question.enabled?(case_log) && !question.read_only?
@ -537,7 +537,8 @@
"min": 0,
"step": 1,
"width": 4,
"readonly": true
"readonly": true,
"requires_js": true
}