Actions
Bug #6315
closedRead Only causes POST value check to fail
Bug #6315:
Read 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 10 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 10 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Updated by krileon almost 9 years ago
- Target version changed from 821 to 5.0.0
Updated by krileon almost 9 years ago
- Status changed from Resolved to Closed
Actions