6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
7/27/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#6770] Nag task lists over WebDAV don't work
*
Your Email Address
*
Spam protection
Enter the letters below:
.___.__ . .. ..___. [__ | \|\ ||\/| _/ [___|__/| \|| |./__.
Comment
> Thanks! This fixes loading the .ics file in Kontact for me, and also > saving new entries onto the server. Editing existing entries and > publishing that to the server doesn't work, I get "Access denied when > uploading .....ics". > > > > This is in the horde log: > > > > DB Error: null value violates not-null constraint: UPDATE nag_tasks > SET task_creator = 'bb', task_assignee = 'MAILTO:bb', task_name = > 'Teste Nag@baby', task_desc = 'Mehrzeilige > > > > Beschreibung > > > > mit neuem Text', task_start = 1214431200, task_due = 0, > task_priority = 5, task_estimate = '0.00', task_completed = 0, > task_completed_date = 0, task_category = '', task_alarm = 0, > task_parent = NULL, task_private = 0 WHERE task_owner = 'bb' AND > task_id = 'fe4b7e6e2d4e367ea68f036b72c1bfc0' [nativecode=ERROR: null > value in column "task_parent" violates not-null constraint] [pid 5176 > on line 280 of > "/home/bb/src/groupware/horde/horde-webmail-1.1.1/nag/lib/Driver/sql.php"] > > > > All the other entries in the DB have task_parent = '' but not NULL. > > > > So I changed line 619 of nag/lib/api.php from > > > > isset($task->parent) ? $task->parent : > $existing->parent, > > to: > > isset($task->parent) ? $task->parent : '', > > > > and now it seems to work. > > > > Thank you for fixing this!
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