Bugs in ZMS 2.13 Rev 1133

Boris Kaminski <[email protected]> Mon, 9 Aug 2010 11:02:00 +0200
Newsgroups gmane.comp.cms.zms.devel
Message-ID <[email protected]>
i think i found 2 new bugs in the newest version of ZMS.

1. When you got a new custom Content-Object with Typ=Seite that has an other custom object inside (for example in our case a News-Article) then you can't access this News-Article with a News-Teaser anymore that has this examplecode:

<dtml-with "getDocumentElement()">
<dtml-in "filteredTreeNodes(REQUEST, ['news_article'], 'date','desc')">
	DISPLAY ARTICLE
</dtml-in>
</dtml-with> 


2. When you want to Upload a Image (Abbildung) the checkboxes for the zoom are gone. So if you what to zoom the image you has to edit the "Abbildung" and safe it again.


regard

Boris Kaminski