diff options
author | Sashi20 | 2019-09-16 15:50:11 +0530 |
---|---|---|
committer | GitHub | 2019-09-16 15:50:11 +0530 |
commit | 16c25a958b1d1f7736718d7a7034c7721e6cad30 (patch) | |
tree | d28b7e15376b603e3bf8c1bc0c24b2f0968bd95e /proposal.inc | |
parent | db34ba9fbc2a625d47f957144929706c2bdec653 (diff) | |
parent | de3c0c798925d6cea6629088f32516e5c9b5d53c (diff) | |
download | cfd_lab_migration-16c25a958b1d1f7736718d7a7034c7721e6cad30.tar.gz cfd_lab_migration-16c25a958b1d1f7736718d7a7034c7721e6cad30.tar.bz2 cfd_lab_migration-16c25a958b1d1f7736718d7a7034c7721e6cad30.zip |
Merge pull request #1 from Sashi20/master
Remove mandatory fields in proposal form
Diffstat (limited to 'proposal.inc')
-rwxr-xr-x | proposal.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proposal.inc b/proposal.inc index 58c9f6c..a473d2e 100755 --- a/proposal.inc +++ b/proposal.inc @@ -242,7 +242,6 @@ function lab_migration_proposal_form($form, &$form_state) $namefield = "lab_experiment-" . $counter; $form['lab_experiment_description-' . $counter] = array( '#type' => 'textarea', - '#required' => TRUE, '#attributes' => array( 'placeholder' => t('Enter Description for your experiment ' . $counter), 'cols' => 50, |