Public bug reported:
No matter how simple the SQL Query, if the query returns no results, the
content of No Results Error is NEVER output.
To confirm:
Create a new widget called 'users' with:
Select Query: select username from aiki_users where username = 'nobody'
No Results Error: No user!
Content: ((username))
Expected output:
<!--start users(28)-->
<div id="users">
No user!
</div>
<!--users(28) end-->
Actual output:
<!--start users(28)-->
<div id="users">
</div>
<!--users(28) end-->
** Affects: aikiframework
Importance: Critical
Status: New
** Changed in: aikiframework
Milestone: None => 0.9
** Changed in: aikiframework
Importance: Undecided => Critical
--
You received this bug notification because you are a member of Aiki
Framework Admins, which is subscribed to aikiframework.
https://bugs.launchpad.net/bugs/797018
Title:
No results error is not working
Status in Aiki Framework:
New
Bug description:
No matter how simple the SQL Query, if the query returns no results,
the content of No Results Error is NEVER output.
To confirm:
Create a new widget called 'users' with:
Select Query: select username from aiki_users where username = 'nobody'
No Results Error: No user!
Content: ((username))
Expected output:
<!--start users(28)-->
<div id="users">
No user!
</div>
<!--users(28) end-->
Actual output:
<!--start users(28)-->
<div id="users">
</div>
<!--users(28) end-->
To manage notifications about this bug go to:
https://bugs.launchpad.net/aikiframework/+bug/797018/+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