* Modify type for increment operator.
This commit is contained in:
@@ -3296,7 +3296,7 @@ class executionModel extends model
|
||||
|
||||
if(!empty($laneID) and !empty($columnID)) $this->kanban->addKanbanCell($executionID, $laneID, $columnID, 'story', $storyID);
|
||||
|
||||
(int)$lastOrder ++;
|
||||
$lastOrder ++;
|
||||
|
||||
$data = new stdclass();
|
||||
$data->project = $executionID;
|
||||
|
||||
Reference in New Issue
Block a user