Commit 88a03532 authored by Arnaud Fontaine's avatar Arnaud Fontaine

ZODB Components: Source code was checked even when setting...

ZODB Components: Source code was checked even when setting text_content_{error,warning}_message_list properties.

So only check source code and validate when _set{TextContent,Reference,Version}
are called and remove wildcards.
parent e29d0d91
......@@ -56,9 +56,9 @@
<key> <string>method_id</string> </key>
<value>
<list>
<string>_setTextContent*</string>
<string>_setReference*</string>
<string>_setVersion*</string>
<string>_setTextContent</string>
<string>_setReference</string>
<string>_setVersion</string>
</list>
</value>
</item>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment