OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardproject.net
BSD 3-Clause "New" or "Revised" License
2.37k stars 1.12k forks source link

Fix for "Index out of bounds of array" when chaining CPF tokens #8763

Closed MatteoPiovanelli-Laser closed 7 months ago

MatteoPiovanelli-Laser commented 7 months ago

When chaining tokens, if nothing was selected in a CPF, evaluation would log an error because it would seek an item out of the range of the array. (It would seek item at index 0 when no item was there). In most real cases, the only consequence of this would have been "spam" in the error log, but that is annoying enough.