Commit 22a6a64a authored by Yusei Tahara's avatar Yusei Tahara

Fixed target method pattern. the previous one is too ambiguous.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16266 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ccb82aae
......@@ -62,7 +62,9 @@
<key> <string>method_id</string> </key>
<value>
<list>
<string>_set.*</string>
<string>_setSource.*</string>
<string>_setDestination.*</string>
<string>_setFollowUp.*</string>
</list>
</value>
</item>
......
......@@ -62,7 +62,9 @@
<key> <string>method_id</string> </key>
<value>
<list>
<string>_set.*</string>
<string>_setSourceTrade.*</string>
<string>_setSourceDecision.*</string>
<string>_setSource.*</string>
</list>
</value>
</item>
......
96
\ No newline at end of file
97
\ No newline at end of file
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