* alert users to save work record which has not been saved when they want to edit or delete the record.
This commit is contained in:
@@ -628,11 +628,6 @@ class task extends control
|
||||
}
|
||||
}
|
||||
}
|
||||
if($this->cookie->reload2Parent)
|
||||
{
|
||||
setcookie('reload2Parent', false, 0, $this->config->webRoot);
|
||||
die(js::reload('parent'));
|
||||
}
|
||||
|
||||
if(isonlybody()) die(js::closeModal('parent.parent', 'this'));
|
||||
die(js::locate($this->createLink('task', 'view', "taskID=$taskID"), 'parent'));
|
||||
|
||||
Reference in New Issue
Block a user