Opened 2 years ago
Last modified 22 months ago
patch is here: https://bitbucket.org/julieni/jelix-trunk-patches/src/128b1c3f30f5/jForms-dynamic-fill-with-class-datasource.patch
I would like some tests. When is @@setDependentControls()@@ called ? Why is it needed ?
I must say I made this quite quickly, but I made this to match how it worlds with dao datasource.
So the new interface has a setDependentControls() method declaration that is used in jForms compiler to hold the criteriafrom value (it's line 41 of my patch, note there is also a parsing of the groupby attribute, not directly linked to this patch, but usefull too).
tests will come too