silverstripe / silverstripe-framework

Silverstripe Framework, the MVC framework that powers Silverstripe CMS
https://www.silverstripe.org
BSD 3-Clause "New" or "Revised" License
723 stars 821 forks source link

ENH Rendering scalars in ArrayList in templates #11238

Closed emteknetnz closed 4 months ago

emteknetnz commented 4 months ago

Issue https://github.com/silverstripe/silverstripe-framework/issues/11196

emteknetnz commented 4 months ago

Have created changlog entry

emteknetnz commented 4 months ago
if (is_scalar($on) || is_null($on)) {
            $on = $this->convertPrimitiveToDBField($on);
        }

Still not done?

It was updated