add support for column default_written_communication_language to be included as visible column
add support for column default_written_communication_language to be included in the subject list as visible column #511 (closed)
Process to add columns:
- Remove it from the exclude list in the corresponding form. In this case:
SubjectColumnsEditForminstudy_subject_list_form.py. - Add column in the
serialize_subjectfunction undersubject.py. - Add column to
get_subjects_filteredfunction undersubject.py. - Add column to
get_subjects_orderfunction undersubject.py. - Add column to
get_subject_columnsfunction undersubject.py.