impresspages / ImpressPages

ImpressPages is php framework with admin panel. Build functional website in one hour.
http://www.impresspages.org
Other
501 stars 178 forks source link

defaultValue 0 has no effect on Grid-Integer-Field #860

Open linksblinker opened 6 years ago

linksblinker commented 6 years ago

Setting a defaultValue of 0 in grid-config of an integer field has not effect. At create form, the field stays blank which causes a 'cannot be null' error while saving.

Workaround: setting 'attributes' => array('value' => 0) in grid-config of integer field works as expected.