38 \
Magento\AsynchronousOperations\Model\Operation\Details $details,
39 \
Magento\Framework\
App\RequestInterface $request,
40 $targetName =
'bulk_details_form.bulk_details_form' 44 $this->targetName = $targetName;
52 $uuid = $this->request->getParam(
'uuid');
53 $details = $this->details->getDetails($uuid);
54 if ($details[
'failed_retriable'] === 0) {
58 'label' =>
__(
'Retry'),
59 'class' =>
'retry primary',
61 'mage-init' => [
'button' => [
'event' =>
'save']],
62 'form-role' =>
'save',