Public bug reported:

On one site (that use aiki I notice this shit)

    (sql(
    (
    SELECT userid FROM aiki_users WHERE '(!(0)!)' = 'exhibitions' LIMIT 1
    ||
     <html code>
    )
    )sql)

And after a while I realize that this is simply if statement but using
SQL - the html code is show only if where clause is true.

We need better if statement that will do this type of things.

** Affects: aikiframework
     Importance: Critical
         Status: Confirmed

-- 
You received this bug notification because you are a member of Aiki
Framework Admins, which is subscribed to aikiframework.
https://bugs.launchpad.net/bugs/888151

Title:
  Aiki need better if statement

Status in Aiki Framework:
  Confirmed

Bug description:
  On one site (that use aiki I notice this shit)

      (sql(
      (
      SELECT userid FROM aiki_users WHERE '(!(0)!)' = 'exhibitions' LIMIT 1
      ||
       <html code>
      )
      )sql)

  And after a while I realize that this is simply if statement but using
  SQL - the html code is show only if where clause is true.

  We need better if statement that will do this type of things.

To manage notifications about this bug go to:
https://bugs.launchpad.net/aikiframework/+bug/888151/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~aikiframework.admins
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework.admins
More help   : https://help.launchpad.net/ListHelp

Reply via email to