Can't change widget type of pre-defined form elements

I tried to change the bc_account widget type to “select” and found that it doesn’t work because
/var/www/ood/apps/sys/dashboard/lib/smart_attributes/attributes/bc_account.rb hardcodes it to
“test_field”. I have worked around this but I’d like to request that forms be allowed to change the
widget type of this element. I think simply removing the widget method definition from this file
will do the trick. It might be useful to also make a similar change to bc_queue.

Thanks.

–Mike

Ends up there was an open issue for this https://github.com/OSC/ondemand/issues/223. I marked that for OnDemand 2.0 so we will address that this year.