Skip to content

Commit

Permalink
[#2750] Remove db_to_form_schema_options() from ExampleIDatasetForm
Browse files Browse the repository at this point in the history
Is not supposed to be overridden, not part of the IDatasetForm
interface.
  • Loading branch information
Sean Hammond committed Feb 13, 2013
1 parent fe629b7 commit 6d971ea
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ckanext/example_idatasetform/plugin.py
Expand Up @@ -67,9 +67,6 @@ def package_types(self):
# registers itself as the default (above).
return []

def db_to_form_schema_options(self, options):
return self.db_to_form_schema()

def form_to_db_schema(self):
schema = logic.schema.form_to_db_package_schema()

Expand Down

0 comments on commit 6d971ea

Please sign in to comment.