commented p.IRoutes, see
https://support.d4science.org/issues/25747#note-5
This commit is contained in:
parent
f46062681c
commit
6438ffa3fc
|
@ -39,7 +39,8 @@ class PrivateDatasets(p.SingletonPlugin, tk.DefaultDatasetForm, DefaultPermissio
|
|||
p.implements(p.IAuthFunctions)
|
||||
p.implements(p.IConfigurer)
|
||||
p.implements(p.IBlueprint)
|
||||
p.implements(p.IRoutes, inherit=True)
|
||||
#p.implements(p.IRoutes, inherit=True)
|
||||
p.implements(p.IBlueprint)
|
||||
p.implements(p.IActions)
|
||||
p.implements(p.IPackageController, inherit=True)
|
||||
p.implements(p.ITemplateHelpers)
|
||||
|
|
Loading…
Reference in New Issue