is it a bug?

is it a bug?

Thursday 03 February 2005 4:29:18 am - 4 replies

Author Message

Łukasz Serwatka

Thursday 03 February 2005 5:00:38 am

I didn`t test it but should work.

{section show=eq($title_link, true())}
 {section show=$title_url.has_content}
 Text
 {/section}
{/section}

If this $title_url.has_content didn`t work try ne($title_url, '')

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Balazs Halasy

Thursday 03 February 2005 7:48:01 am

Luke,

Can you test this pelase? Report it if you find the behavior suspicious. Thanks..

Allman

Łukasz Serwatka

Thursday 03 February 2005 8:05:33 am

Works fine...

{let
      title_link=true()
      title_url='something'}

{section show=and($title_link,$title_url)}
 Text
{/section}

{/let}

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Marko Žmak

Thursday 03 February 2005 10:31:03 am

Here's a detailed version of the problem. I'll repeat the codes.

1st code:

{section show=$title_link}
 {section show=$title_url}
 Text
 {/section}
{/section}

2nd code:

{section show=and($title_link,$title_url)}
 Text
{/section}

As far as I know this two codes should return the same values regardless of what are the values of $title_link and $title_url variables. Because that's what the "and()" operator does. Am I right?

--
Nothing is impossible. Not if you can imagine it!

Hubert Farnsworth

You must be logged in to post messages in this topic!

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.