# HG changeset patch # User Thierry Florac # Date 1520849583 -3600 # Node ID 6bfe4bf25d0eb2e9d94ecad30abce6d93230f292 # Parent d56be9f2ac7cee4f54314e0369f21b066508dc17 Updated adapter context diff -r d56be9f2ac7c -r 6bfe4bf25d0e src/pyams_zmi/configuration.py --- a/src/pyams_zmi/configuration.py Sun Mar 11 11:23:49 2018 +0100 +++ b/src/pyams_zmi/configuration.py Mon Mar 12 11:13:03 2018 +0100 @@ -101,7 +101,7 @@ return configuration -@adapter_config(name='zmi_configuration', context=(Interface, IAdminLayer, Interface), provides=ITALESExtension) +@adapter_config(name='zmi_configuration', context=(Interface, Interface, Interface), provides=ITALESExtension) class ZMIConfigurationTalesExtension(ContextRequestViewAdapter): """extension:zmi_configuration TALES expression"""