Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.2.2dev1

Request #7040 Support for FormBuilder's _getFieldsToRender
Submitted: 2006-03-06 20:16 UTC
From: justinpatrin Assigned: olivierg
Status: Bogus Package: Structures_DataGrid_DataSource_DataObject (version CVS)
PHP Version: 5.1.1 OS:
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 40 - 4 = ?

 
 [2006-03-06 20:16 UTC] justinpatrin (Justin Patrin)
Description: ------------ I've altered the auto field option generation in te DataObject driver to support FormBuilder's _getFieldsToRender. http://pear.reversefold.com/SDG_fieldsToRender.patch

Comments

 [2006-06-20 16:52 UTC] wiesemann (Mark Wiesemann)
changed package
 [2006-06-21 15:10 UTC] olivierg at php dot net (Olivier Guilyardi)
Corrected package name now that bug #7946 is fixed.
 [2007-06-13 15:53 UTC] olivierg (Olivier Guilyardi)
Hello Justin, What's the purpose of this change?
 [2007-06-13 17:30 UTC] justinpatrin (Justin Patrin)
The point of this was to use FB's built-in logic for which fields to display rather than having the SDG driver re-do some/all of the logic.
 [2007-06-13 17:43 UTC] olivierg (Olivier Guilyardi)
Sorry, I didn't express myself clearly: what functional improvement does it bring? what issue does it fix? If the sole purpose is to reuse some parts of FormBuilders's logic within the DataObject driver, I do not agree with this change. FormBuilder deals with rendering, while this driver's job is data access. This is spaghetti code IMO.
 [2007-12-05 13:19 UTC] olivierg (Olivier Guilyardi)
This is neither necessary nor clean IMO.