|
|
@ -53,7 +53,7 @@ module Csv |
|
|
|
|
|
|
|
|
|
|
|
@attributes -= CSV_FIELDS_TO_OMIT if @user.present? && !@user.support? |
|
|
|
@attributes -= CSV_FIELDS_TO_OMIT if @user.present? && !@user.support? |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
def ordered_form_questions |
|
|
|
def ordered_form_questions |
|
|
|
downloaded_form_years = LettingsLog.all.map(&:collection_start_year).uniq.compact |
|
|
|
downloaded_form_years = LettingsLog.all.map(&:collection_start_year).uniq.compact |
|
|
|
|
|
|
|
|
|
|
|