NAL-i5K / tripal_chado_datasets

Provides an admin layer and forms for users to submit organisms and analysis into Chado
0 stars 0 forks source link

organism dropdown has extra "null" #38

Closed bradfordcondon closed 5 years ago

bradfordcondon commented 5 years ago

Screen Shot 2018-10-03 at 10.16.00 AM.png

we use the chado api to build the select box which adds its own "please select" so need to remove this module's addition of it.

bradfordcondon commented 5 years ago

when the heck is this added? Here's the form right after the $form['general_information']['organism']. There's no - Select -. It's added somewhere after... yet i can find no - Select - in the code...

screen shot 2018-10-03 at 1 38 00 pm

bradfordcondon commented 5 years ago

ok, its added because theres no default value specified. Specify '#default_value' => 0 instead.