From: Ross Jones Date: Mon, 12 Dec 2011 17:03:40 +0000 Subject: Renaming registered types names X-Git-Url: http://maxious.lambdacomplex.org/git/?p=ckanext-datagovau.git&a=commitdiff&h=d19448d2ab9219b31810fe76f7d04e56b20c8660 --- Renaming registered types names --- --- a/ckanext/example/forms.py +++ b/ckanext/example/forms.py @@ -79,7 +79,7 @@ attempts to register more than one plugin instance to a given group type will raise an exception at startup. """ - return ["example_dataset_group"] + return ["example_group_form"] def is_fallback(self): """ @@ -175,7 +175,7 @@ attempts to register more than one plugin instance to a given package type will raise an exception at startup. """ - return ["example"] + return ["example_dataset_form"] def setup_template_variables(self, context, data_dict=None): """