Changes between Version 1 and Version 2 of Ticket #2915
- Timestamp:
- 09/12/12 10:59:48 (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2915 – Description
v1 v2 3 3 Fixing this might break existing extensions although I don't think any are using form_to_db_schema_options() so it should be okay. 4 4 5 The same thing goes for db_to_form_schema_option ().5 The same thing goes for db_to_form_schema_options(). 6 6 7 7 Also why are we passing a dict 'options' that always contains the same three keys 'api', 'context' and 'type'? Why not three params api=None, contenxt=None, type=None?