BasketController: disable dead link

This commit is contained in:
Thomas Gelf 2018-12-10 15:52:24 +01:00
parent b67e0c0017
commit ac69d022b6

View File

@ -342,12 +342,14 @@ class BasketController extends ActionController
null,
['class' => 'icon-left-big']
),
/*
Link::create(
$this->translate('Restore'),
$this->url()->with('action', 'restore'),
null,
['class' => 'icon-rewind']
)
*/
]);
$json = $snapshot->getJsonDump();