Found a solution to my last question here:   

db.your_table_archive._plural = 'Your Label'
renames record archive links for smartgrid.  Topic is considered closed by 
me.


On Monday, April 7, 2014 6:18:29 PM UTC-4, Seth J wrote:
>
> Thanks for leading me in the right direction regarding separating 
> permissions!!!
>
> After I explicitly defined a table, I was able to set separate 'editable' 
> and 'deletable' parameters:
>   
> editable= dict(work_log=is_owner, work_log_archive=False), deletable= dict
> (work_log=is_owner, work_log_archive=False)
>
> My other question regarding changing a wording on a link "Work log 
> archives" remains.  I cannot really create another custom link as the 
> default one would also be showing.  If I disable links_in_grid, none of the 
> links show up.
>
> On Monday, April 7, 2014 5:41:21 PM UTC-4, 黄祥 wrote:
>>
>> had you already try to define the linked_table explicit in your smartgrid?
>> e.g.
>> linked_tables = ['detail']
>>
>> best regards,
>> stifan
>>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to