Changeset 3710 in products


Ignore:
Timestamp:
Aug 28, 2013 11:58:34 AM (11 years ago)
Author:
potar
Message:

The captcha value was decoded (bug fix)

Location:
quintagroup.formlib.captcha/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.formlib.captcha/trunk/docs/HISTORY.txt

    r3701 r3710  
    11Changelog 
    22========= 
     3 
     41.4.3-dev (2013-08-16) 
     5---------------------- 
     6 
     7* The captcha value was decoded during the in-line validation 
     8  (compatibility with bugfixed plone.app.form-2.2.3, 
     9  thanks: Maurits van Rees, issue: http://plone.org/products/plone-captchas/issues/6). 
     10  [potar] 
    311 
    4121.4.2 (2013-07-09) 
  • quintagroup.formlib.captcha/trunk/quintagroup/formlib/captcha/widget.py

    r3696 r3710  
    9595        # This is the reason for in-line validation to be disabled. 
    9696        if inline_validation and detectInlineValidation(inline_validation): 
    97             return input 
     97            return super(CaptchaWidget, self)._toFieldValue(input) 
    9898 
    9999        # Verify the user input against the captcha. 
Note: See TracChangeset for help on using the changeset viewer.