Re: [Zope-dev] Bug in ZMI?

2001-04-09 Thread Dieter Maurer

E. Seifert writes:
 > I think I encountered a problem with the ZMI.
 > Everytime I added a new property to the memory cache object the list doesn't 
 > display them correctly.
 > They are concatenated; no space between them.
 > 
 > Is this a known bug?
It is a bug - in the latest CVS, too.

Put it into the collector.

A patch is to change "Products/StandardCacheManagers/dtml/propsRCM.dtml"
from:

&dtml-sequence-item;

to 

&dtml-sequence-item;



The newline before "" is essential.


Dieter

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



[Zope-dev] Bug in ZMI?

2001-04-06 Thread E. Seifert

Hi list,

I think I encountered a problem with the ZMI.
Everytime I added a new property to the memory cache object the list doesn't 
display them correctly.
They are concatenated; no space between them.

Is this a known bug?

Bye
Eric


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )