Closed mikeblum closed 9 years ago
In the old wizard, any selected option was still selected if the query re-ran and the value was not returned by the query. I think this is fine to make core behavior.
Fixed with rev 13022.
Added a growable
aspect which won't clear previously selected values on a query change. Currently only being added to tossacross(multiselect).
Will need to support a
growable
aspect in trunk so that toss across doesn't blank out when the query changes.Right now, whenever we change the parent query that a tossacross control uses, we're removing what the user previously selected. Should this be configurabnle or become the default behavior for toss-acrosses in the Wizard?