Sorry Brad, now i can confirm error. i will work on it. ** Changed in: aikiframework Status: Incomplete => In Progress
-- You received this bug notification because you are a member of Aiki Framework Developers, 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: In Progress 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-devel Post to : aikiframework-devel@lists.launchpad.net Unsubscribe : https://launchpad.net/~aikiframework-devel More help : https://help.launchpad.net/ListHelp