Auto actions on moved item now work. Fixes #153.
This commit is contained in:
parent
60033fd92b
commit
8d95a9ed0e
@ -145,6 +145,7 @@ $app->post('/items/positions', function() use ($app, $jsonResponse) {
|
|||||||
}
|
}
|
||||||
$item->position = $posItem->position;
|
$item->position = $posItem->position;
|
||||||
|
|
||||||
|
R::store($item);
|
||||||
runAutoActions($item);
|
runAutoActions($item);
|
||||||
R::store($item);
|
R::store($item);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user