jordanlev / c5_boilerplate_crud

Boilerplate code for basic dashboard CRUD operations in Concrete5
35 stars 16 forks source link

Fix for NULL fields in setArray #4

Closed altitudems closed 11 years ago

altitudems commented 11 years ago

Without this check views would not render when Null field present.

jordanlev commented 11 years ago

What's wrong with sending NULL values to the view (if that's what the value of the field is)?