Actions
Bug #6315
closedRead Only causes POST value check to fail
Description
When a fields value is being grabbed there's a "Can Edit" type check to see if the edit output of a field has a value. This of course returns nothing when a field is read only resulting in the condition failing. In the case of read only it should continue through to grab the fields value.
Actions