PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Database » DB_DataObject_FormBuilder » Bug #511

preDefOrder should not include hidden fields

Details

Submitted2004-01-02 21:42 UTC
Fromrombert at go dot ro
Assignedmw21st
StatusWont fix
PackageDB_DataObject_FormBuilder
PHP Version4.3.4
OSRedHat Linux 9.0
Roadmaps(Not assigned)

Comments

[2004-01-02 21:42 UTC] rombert at go dot ro

Description:
------------
The $preDefFields works only if all fields of the table are included in the array, including table keys, which are displayed as hidden in the form. I believe $preDefFields should exclude keys and any other hidden fields.