nyeholt / silverstripe-workflow-actions

Additional actions for workflows
BSD 3-Clause "New" or "Revised" License
0 stars 5 forks source link

fix(ElementalPageWorkflowExtension): setting to MultiValueField #4

Closed JoshuaCarter closed 4 years ago

JoshuaCarter commented 4 years ago

The key change here is a change to the way we assign to MultiValueField ModifiedElements = []; to ModifiedElements->setValue([]); Hide whitespace changes for a better view of what's changed.