
bugzilla-daemon at bugs
May 14, 2008, 10:01 AM
Post #1 of 1
(102 views)
Permalink
|
|
[Bug 1336] New: No API method to delete fields
|
|
http://bugs.bricolage.cc/show_bug.cgi?id=1336 Summary: No API method to delete fields Product: Bricolage Version: 1.10.2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P3 Component: API AssignedTo: bugs[at]lists.bricolage.cc ReportedBy: rolfm[at]denison.edu Currently, the API provides a way to delete container elements. $container->do_delete $container->delete_elements(\@subelements) It should also provide a way to delete fields. Currently we have to go to the database and do something like this: DELETE FROM story_field where field_type__id=xxxx; -- Configure bugmail: http://bugs.bricolage.cc/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
|