Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
139
Merge Requests
139
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
erp5
Commits
43114418
Commit
43114418
authored
2 years ago
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Zope2: try to override only if chameleon is installed.
parent
57b75fe0
zope2zope4py2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
product/ERP5Type/configure.zcml
product/ERP5Type/configure.zcml
+1
-1
product/ERP5Type/overrides.zcml
product/ERP5Type/overrides.zcml
+1
-1
No files found.
product/ERP5Type/configure.zcml
View file @
43114418
<configure xmlns="http://namespaces.zope.org/zope">
<configure xmlns="http://namespaces.zope.org/zope"
xmlns:zcml="http://namespaces.zope.org/zcml" zcml:condition="installed chameleon"
>
<include package="Products.PageTemplates" />
<includeOverrides file="overrides.zcml" />
</configure>
This diff is collapsed.
Click to expand it.
product/ERP5Type/overrides.zcml
View file @
43114418
<configure xmlns="http://namespaces.zope.org/zope">
<configure xmlns="http://namespaces.zope.org/zope"
xmlns:zcml="http://namespaces.zope.org/zcml" zcml:condition="installed chameleon"
>
<utility
provides="zope.pagetemplate.interfaces.IPageTemplateEngine"
component="zope.pagetemplate.pagetemplate.PageTemplateEngine"/>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment