Thanks for the update.
I used my solution from the rc1 in rc2 to check out changes.
To my surprise (and not mentioned in any release notes) the code that follows now gives a warning:
vf_toolbarFilter_challenge = scopes.svyToolbarFilter.createFilterToolbar(elements.customlist_filter, elements.groupingtable_challenges);
The warning is:
the function createFilterToolbar(RuntimeWebComponent|RuntimeWebComponent,
RuntimeWebComponent|RuntimeWebComponent) is not applicable for the arguments
(RuntimeWebComponent,RuntimeWebComponent)
the two args are:
elements.customlist_filter:
customlist_filter: RuntimeWebComponent
and
elements.groupingtable_challenges:
groupingtable_challenges: RuntimeWebComponent
I am not sure what to do to remove the warning.
I did update all packages as well.
I have this is several places.
(And yes I did read the svyToolbarfilter version 2.0.0 update).
Servoy version: 2020.12.0.3621_rc2
Tom