* fix add comment for story/task/bug/case.
This commit is contained in:
@@ -358,7 +358,7 @@ class testcaseModel extends model
|
||||
public function update($caseID)
|
||||
{
|
||||
$oldCase = $this->getById($caseID);
|
||||
if($oldCase->lastEditedDate != $this->post->lastEditedDate)
|
||||
if(isset($_POST['lastEditedDate']) and $oldCase->lastEditedDate != $this->post->lastEditedDate)
|
||||
{
|
||||
dao::$errors[] = $this->lang->error->editedByOther;
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user