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:
SubjectColumnsEditForm
instudy_subject_list_form.py
. - Add column in the
serialize_subject
function undersubject.py
. - Add column to
get_subjects_filtered
function undersubject.py
. - Add column to
get_subjects_order
function undersubject.py
. - Add column to
get_subject_columns
function undersubject.py
.