Public bug reported:

Say you have a content window that looks like the following:

(#(inherit:66|select count(id) from apps_photo_archive where
"((username))" = published_by)#)

(#(inherit:82|select * from apps_photo_archive where "((username))" =
published_by)#)

Each inherit works independently, but problems arise if both inherits
are placed in the same content window, in this format.

If you remove the select statements from both, the inherits display.
If, you remove the first select statement, the 2nd select statement
seems to apply to the first inherit.  Both select statements left in the
content window lead to empty results (no errors reported, but no content
displayed).

** Affects: aikiframework
     Importance: Undecided
         Status: New

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

Title:
  Multiple inherit|Selects in same content window don't display

Status in Aiki Framework:
  New

Bug description:
  Say you have a content window that looks like the following:

(#(inherit:66|select count(id) from apps_photo_archive where "((username))" = 
published_by)#) 

(#(inherit:82|select * from apps_photo_archive where "((username))" = 
published_by)#)

Each inherit works independently, but problems arise if both inherits are 
placed in the same content window, in this format.

If you remove the select statements from both, the inherits display.  If, you 
remove the first select statement, the 2nd select statement seems to apply to 
the first inherit.  Both select statements left in the content window lead to 
empty results (no errors reported, but no content displayed).



_______________________________________________
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