Hi,
I added the <controls:/> tag to a table to display edit and delete
buttons. The problem is that the edit button is displayed regardless
of the permissions of the user. (I tested by using false in all
permission methods)
It seems the update_permitted? method is not being called when using
the <controls:/> tag in a table (or table-plus)
When the edit button is clicked it shows a blank page so ultimately
editing is still being restricted but the edit link should not appear
in the table.
I found was the destroy_permitted? is being called correctly so the
delete button is displayed (or not) in the table as expected.
So have I done something wrong or misunderstood ?
If it is a problem should I raise a ticket ?
Thanks
Clarksta