a21b8d5bb7d8ffa63069c412ad71fbaeeb9f4e55
angie
Wed Jun 25 11:00:52 2014 -0700
Fixing bug found by Jonathan: with clean cart, when showing contents offilter section for Regulatory Elements, the multiselects didn't appear.
Turns out that the 'force' argument of ddcl.reinit actually makes it do
nothing! To avoid disrupting anything else, for now I'll just forgo force.
refs #11461
diff --git src/hg/hgVai/hgVai.c src/hg/hgVai/hgVai.c
index 884a60a..75401da 100644
--- src/hg/hgVai/hgVai.c
+++ src/hg/hgVai/hgVai.c
@@ -331,31 +331,31 @@
printMultiselect(tdb->track, "treatment", "treatment", treatmentOptions);
puts("
");
puts("minimum peak score [0-1000]: ");
safef(cartVar, sizeof(cartVar), "hgva_filter_%s_score", tdb->track);
char *defaultScore = cartUsualString(cart, cartVar, "0");
printf("
",
cartVar, defaultScore);
// The dimensions of ui-dropdownchecklist multiselects are not correct when
// the item is hidden. So, when this filter section is made visible, reinit them.
printf("\n", sectionName);
puts("");
endCollapsibleSection();
}
if (startsWith("bed 5", tdb->type)) //#*** TODO: detect bed# properly
{
puts("