** Changed in: aikiframework
    Milestone: 0.9.0 => 0.9.1

** Changed in: aikiframework
    Milestone: 0.9.1 => 0.9.2

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

Title:
  Closing Parenthesis in db data interferes with the display when called
  inside a widget

Status in Aiki Framework:
  Confirmed

Bug description:
  Say you have a widget that is pulling some data from a database:

  Inside the widget you have some sql

  (sql(
  (
  SELECT some_text from some_table WHERE table_rel = ((id)) LIMIT 1
  ||
      [-[some_text]-]
  )
  )sql)

  If that 'some_text' field contains a block of text like "Here's some
  text that should (hopefully) all be called and displayed when aiki
  pulls it in."

  In the above scenario, where that text block is pulled in, it will
  display the following:

  Here's some text that should (hopefully

  It cuts the text off immediately before the closing parenthesis,
  rather then displaying the entire string, as it's stored in the db.

To manage notifications about this bug go to:
https://bugs.launchpad.net/aikiframework/+bug/897929/+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