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.
Updated by krileon almost 8 years ago
This can probably be simply fixed by toggling read only off temporarily when doing the can edit check during registration.
Updated by krileon almost 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Actions