* [bug#62817,done,0.5h] fix the loss of linked objects when batch edit bugs.
This commit is contained in:
@@ -344,7 +344,7 @@ class bugModel extends model
|
||||
if($changes) $this->action->logHistory($actionID, $changes);
|
||||
}
|
||||
|
||||
if($this->config->edition != 'open')
|
||||
if($this->config->edition != 'open' && $this->app->rawMethod != 'batchedit')
|
||||
{
|
||||
if($oldBug->story > 0 || $oldBug->task > 0 || $oldBug->case > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user