Skip to content

Commit

Permalink
data report: surveys
Browse files Browse the repository at this point in the history
switching to taxonomy survey from boolean
  • Loading branch information
protitude committed Feb 10, 2025
1 parent 0f55ca6 commit cd17c15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions js/oda_node_data_report_form.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
$('#edit-field-oda-academic-terms-covered').select2();
$('#edit-field-oda-demographics').select2();
$('#edit-field-oda-peers-ext-org').select2();
$('#edit-field-oda-surveys').select2();
});
}(jQuery));
2 changes: 1 addition & 1 deletion oda.module
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ function oda_form_alter(&$form, FormStateInterface $form_state, $form_id) {
$form['field_oda_demographics']['#group'] = 'oda_terms';
$form['field_oda_peers_ext_org']['#group'] = 'oda_terms';
$form['field_oda_financial']['#group'] = 'oda_terms';
$form['field_oda_survey_data']['#group'] = 'oda_terms';
$form['field_oda_surveys']['#group'] = 'oda_terms';


// if current user is 'oda_super_editors' or 'administrator'.
Expand Down

0 comments on commit cd17c15

Please sign in to comment.