6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
10/18/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#13796] Wrong SQL-Statement for turba_objects.object_category
*
Your Email Address
*
Spam protection
Enter the letters below:
.__ . ..__.. .. [ __| |[__]|\/|| [_./|__|| || ||___
Comment
> If I use a local adressbook (localsql) and want to save/update/insert > a category from horde, > there is a syntax-error at the postgresql-server because of this: > > UPDATE turba_objects SET owner_id = 'IDblabla', [...], > object_category = , [...] WHERE object_id = [..] > > ... it should be > > UPDATE turba_objects SET owner_id = 'IDblabla', [...], > object_category = '', [...] WHERE object_id = [..] > > ... or something like object_category = 'my category', ... > > This is my turba/config/attributes.php: > > $attributes['category'] = array( > 'label' => _("Category"), > 'type' => 'category', > 'params' => array(), > 'required' => false > ); > > but .. 'type' => 'category' is not supported? > > * type - One of the following: > * - spacer - header > * - description - html > * - number - int > * - intlist - text > * - longtext - countedtext > * - address - file > * - boolean - link > * - email - emailconfirm > * - password - passwordconfirm > * - enum - multienum > * - radio - set > * - date - time > * - monthyear - monthdayyear > * - colorpicker - sorter > * - creditcard - invalid > * - stringlist - addresslink > > pls. update default or expand supported types. I think it is useful > to take the horde categories in the address book.
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers