6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
9/24/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#6035] subtasks loose parent task when finished
*
Your Email Address
*
Spam protection
Enter the letters below:
__ . ,.__..___.___. / ` \./ | |[__ _/ \__. | |__\[___./__.
Comment
> this patch fixes the issue. do not know if compliant to your policies... > > > > grimnir:/usr/local/share/_horde-versions_# diff -u > horde-webmail-1.1-rc1/nag/task.php > horde-webmail-1.1-rc1-netzwerkteam/nag/task.php > > --- horde-webmail-1.1-rc1/nag/task.php 2007-11-29 12:32:56.000000000 +0000 > > +++ horde-webmail-1.1-rc1-netzwerkteam/nag/task.php 2007-12-26 > 17:19:41.000000000 +0000 > > @@ -210,7 +210,7 @@ > > $tasklist_id = Util::getFormData('tasklist'); > > if (isset($task_id)) { > > $share = $GLOBALS['nag_shares']->getShare($tasklist_id); > > - $task = new Nag_Task(Nag::getTask($tasklist_id, $task_id)); > > + $task = Nag::getTask($tasklist_id, $task_id); > > if (is_a($share, 'PEAR_Error') || > !$share->hasPermission(Auth::getAuth(), PERMS_EDIT)) { > > $notification->push(sprintf(_("Access denied completing > task %s."), $task->name), 'horde.error'); > > } else { > >
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