@@ -55,6 +55,10 @@ class StoreService
ActionRepository::createByApproval(
$approval,
ObjectAction::APPROVAL_REQUEST,
+ extraFields: [
+ 'now' => 0,
+ 'next' => 1,
+ ],
);
}