[Zope] calendarTag exception
Darrell Gallion
darrell@dorb.com
Thu, 6 Jul 2000 21:05:43 -0700
Thanks.
Found the mail on this. Upgraded to Beta3 and changed the demo in this way.
Change --> <dtml-if "AUTHENTICATED_USER.getUserName()=='FredFlintstone'">
To --> <dtml-if "AUTHENTICATED_USER.has_role('Manager')">
Then things started working.
--Darrell
----- Original Message -----
From: "Shane Hathaway" <shane@digicool.com>
To: "Darrell Gallion" <darrell@dorb.com>
Cc: <zope@zope.org>
Sent: Thursday, July 06, 2000 5:28 PM
Subject: Re: [Zope] calendarTag exception
> Zope 2.2.0 revealed a bug in CalendarTag. The maintainer will be fixing
> it shortly.
>
> Shane
>