Bug #397
Validators String Replacement Incorrect
Start date:
08/22/2012
Due date:
% Done:
100%
Description
The field validators don't include the correct arguments. Two arguments are included in the string replacement yet only one is included:
admin.ArgValidationException("The value for the '%s' parameter cannot be empty" % ( str(value), name))
Associated revisions
Fixed issue where error message regarding incorrect argument value was not substituted correctly(closes #397).
Fixed issue where error message regarding incorrect argument value was not substituted correctly(closes #397).
History
#1 Updated by Luke Murphey about 12 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset r56.