Massimo,
Any chance to leave only table_plural on line 2248 in sqlhtml.py:
# header = table._plural + (field and ' for '+field.name or '')
header = table._plural
I would also leave all in one line if possible, e.g: table_level_1 > id >
table_level_2, etc...
Thanks,
Adnan
On Tue, Sep 4, 2012 at 10:07 AM, Jim S <[email protected]> wrote:
> I'm having the same issue as well with second level display....
>
> -Jim
>
> On Friday, August 31, 2012 9:59:38 AM UTC-5, Adi wrote:
>>
>> trunk works for the first level, but doesn't when i drill down into the
>> second level... (image attached)
>>
>> also it used to display all breadcrumbs in the same line...
>>
>> old source code:
>> <div class="web2py_grid ui-widget"><div class="web2py_breadcrumbs"><h3><a
>> class="w2p_trap" href="/list_suppliers/supplier">Suppliers</a> > <a
>> class="w2p_trap" href="
>> /list_suppliers/supplier/view/supplier/21?_signature=3a9f06fff5edbc76efc140b8838b11063d1cd328
>> ">Concept Laboratories, Inc.</a> > <a class="w2p_trap" href="
>> /list_suppliers/supplier/purchase_order.supplier_id/21">Purchase orders
>> </a></h3></div>
>>
>> so far, all seems to work perfectly fine on 2 apps :) had a migration
>> problem to alter scheduler tables (usual back and forth), but got it
>> working as well... continuing testing...
>>
>> thanks again for the best framework!
>>
>>
>> On Thursday, August 30, 2012 4:36:40 PM UTC-4, Massimo Di Pierro wrote:
>>>
>>> Got it. fixed in trunk. This was not intentional!
>>>
>>> On Thursday, 30 August 2012 10:29:25 UTC-5, Adi wrote:
>>>>
>>>> Smartgrid used to display the table name automatically. Is that
>>>> supposed to be as before?
>>>>
>>> --
>
>
>
>
--