[Zope-Checkins] CVS: Products/EventListenerTool/www - eltRules.zpt:1.2
Chris McDonough
chrism@zope.com
Tue, 7 Jan 2003 15:24:59 -0500
Update of /cvs-repository/Products/EventListenerTool/www
In directory cvs.zope.org:/tmp/cvs-serv1124/www
Modified Files:
eltRules.zpt
Log Message:
Do not raise an exception in the UI if an event type cannot be found.
=== Products/EventListenerTool/www/eltRules.zpt 1.1.1.1 => 1.2 ===
--- Products/EventListenerTool/www/eltRules.zpt:1.1.1.1 Fri Jan 3 14:33:21 2003
+++ Products/EventListenerTool/www/eltRules.zpt Tue Jan 7 15:24:57 2003
@@ -47,7 +47,7 @@
</td>
<td tal:content="rule_id"> RULE ID </td>
<td tal:define="moniker rule/getMoniker;
- info python: here.getEventTypeInfo( moniker );
+ info python: here.getEventTypeInfo( moniker, raise_exc=0 );
"
>
<span tal:replace="string:${info/title} (${info/name})">MONIKER</span>