summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSashi202019-09-16 15:48:07 +0530
committerSashi202019-09-16 15:48:07 +0530
commitde3c0c798925d6cea6629088f32516e5c9b5d53c (patch)
treed28b7e15376b603e3bf8c1bc0c24b2f0968bd95e
parentdb34ba9fbc2a625d47f957144929706c2bdec653 (diff)
downloadcfd_lab_migration-de3c0c798925d6cea6629088f32516e5c9b5d53c.tar.gz
cfd_lab_migration-de3c0c798925d6cea6629088f32516e5c9b5d53c.tar.bz2
cfd_lab_migration-de3c0c798925d6cea6629088f32516e5c9b5d53c.zip
Remove mandatory fields in proposal form
-rwxr-xr-xproposal.inc1
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,