Home » Database » DB_DataObject_FormBuilder » Bug #3343
elementNamePrefix problem with required rule
Details
| Submitted | 2005-02-01 03:12 UTC |
|---|---|
| From | abarrei at gmail dot com |
| Assigned | justinpatrin |
| Status | Closed |
| Package | DB_DataObject_FormBuilder |
| PHP Version | 4.3.8 |
| OS | linux |
| Roadmaps | (Not assigned) |
Comments
[2005-02-01 03:12 UTC] abarrei at gmail dot com
Description:
------------
* @version $Id: QuickForm.php,v 1.28 2005/01/28 01:23:45 justinpatrin Exp $
Line: 599
Function: _setFormElementRequired
You are calling a local function (_addFieldRulesToForm) which recieve the a $fieldName with the $this->getFieldLabel() as an argument, and that function also does the same thing when adding the rule to the form, generating a doubleprefix bug.
Prefix: formOne
fieldName: name
formOneformOnename instead of formOnename
Reproduce code:
---------------
N/A
Expected result:
----------------
N/A
Actual result:
--------------
N/A