diff --git a/ckan/lib/plugins.py b/ckan/lib/plugins.py index 4b19c761243..50409562bc1 100644 --- a/ckan/lib/plugins.py +++ b/ckan/lib/plugins.py @@ -251,6 +251,7 @@ def form_to_db_schema_api_update(self): def db_to_form_schema(self): '''This is an interface to manipulate data from the database into a format suitable for the form (optional)''' + return logic.schema.db_to_form_package_schema() def db_to_form_schema_options(self, options): '''This allows the selectino of different schemas for different