atk4 / atk4-addons

Agile Toolkit Addons
http://atk4.com/
Other
15 stars 23 forks source link

Drilldown field don't save values on POST #11

Closed DarkSide666 closed 12 years ago

DarkSide666 commented 12 years ago

atk4-addons / misc / lib / Form / Field / drilldown.php

Line 52 should be changed from

return $res+$this->drill($m);
to
return $this->value_list = $res+$this->drill($m);
otherwise $this->value_list don't get correct values set and field validation gives and error.

DarkSide666 commented 12 years ago

Fixed with this: https://github.com/atk4/atk4-addons/pull/12