On Jul 1, 2010, at 3:33 AM, Bernhard Leicher wrote:



On 30 Jun., 19:49, kevinpfromnm <[email protected]> wrote:
On associations, you need to add a separate check if it's viewable.
Or extend the relevant view tag(s) to do the check.

if="&can_view?"


table-plus wraps table (right?) and table indeed contains a
"can_view?"

<def tag="table" ....>
 ...
 <tr param if="&can_view?"...>
 ...

but it doesn't omit the row and gives the error as Paul described.

Yep - it's a bug.

https://hobo.lighthouseapp.com/projects/8324/tickets/726

using can_view?(this) instead will make it work for now.

--Matt Jones

--
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/hobousers?hl=en.

Reply via email to