[turba] Drag columns to re-arrange them in turba options doesn't work

"BÉROUJON Laurent - CETE Lyon/DI/ET/PAMELA" laurent.beroujon at i-carre.net
Wed Nov 19 09:57:46 UTC 2008


Le 18.11.2008 18:23, > Michael Rubinsky (par Internet, dépôt 
turba-bounces at lists.horde.org) a écrit  :
>
> Quoting BÉROUJON Laurent - CETE Lyon/DI/ET/PAMELA 
> <laurent.beroujon at i-carre.net>:
>
>> Hello,
>> In the columns options, the selection of the differents columns works 
>> well. But if i rearrange the order of the columns and save, nothing 
>> has changed in the contacts view and when i come back in the options, 
>> the initial order is back.
>>
>> Any ideas ?
>
> What preference backend do you have configured?
>
>
> Thanks,
> mike
>
> -- 
> The Horde Project (www.horde.org)
> mrubinsk at horde.org
>
> "Time just hates me. That's why it made me an adult." - Josh Joplin
> -- 
> Turba mailing list - Join the hunt: http://horde.org/bounties/#turba
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: turba-unsubscribe at lists.horde.org
>
table horde_prefs
postgresql v8.1, horde-webmail 1.2

turba/config/prefs.php :

// Columns selection widget
$_prefs['columnselect'] = array(
    'locked' => false,
    'type' => 'special',
);

// Columns to be displayed in Browse and Search results, with entries
// for the columns displayed for each address book.  Separate address
// book stanzas with \n and columns with \t. The "name" column is
// currently always displayed first and so cannot be modified here.
// Double quotes MUST be used as in the example.
$_prefs['columns'] = array(
    'value' => "netcenter\temail\nverisign\temail\nlocalsql\temail",
    'locked' => false,
    'shared' => false,
    'type' => 'implicit',
);

// user preferred sorting column
// serialized array of hashes containing 'field' and 'ascending' keys
$_prefs['sortorder'] = array(
    'value' => 
'a:1:{i:0;a:2:{s:5:"field";s:8:"lastname";s:9:"ascending";b:1;}}',
    'locked' => false,
    'shared' => false,
    'type' => 'implicit',
);
 



More information about the turba mailing list