|
From: Adrian v. d. D. <ad...@fl...> - 2002-12-13 01:13:27
|
Hello.
I notice this bug on line 32 of zpt/openflow/Applications.zpt::
<input type="checkbox" name="app_ids:list" value="name"
tal:attributes="name applications/name; value applications/name"/>
(reformatted for clarity)
Overriding the name attribute stops deleteApplication() from working.
The name="app_ids:list" is correct.
Also, the 1.0.2 release version of openflow.py includes a try/except
block for importing CMFCore.Expression, but this check isn't in CVS.
(This should do 'except ImportError', btw)
Why are releases including code not in CVS?
a.
|