#188 Elisa work
state: open opened by: adrianharabula on: 6/6/2017
Comments
from: adrianharabula on: 6/6/2017
Reviewed 9 of 9 files at r1. Review status: all files reviewed at latest revision, 2 unresolved discussions.
app/resources/views/products/singleview.blade.php, line 55 at r1 (raw file):
<h4>Characteristics of the product:</h4>
@forelse ($product->characteristics as $characteristic)
{{-- {{ Form::open(array('url'=>route('my.preferences.add', ['id' => $characteristic->id], ['value' => $characteristic->pivot->cvalue]))) }}
nu cred că sunt necesari parametrii în ruta
app/routes/web.php, line 132 at r1 (raw file):
]);
Route::match(['get', 'post'], 'preferences/add/{id}/{value}', [
de ce avem linia asta?
Comments from Reviewable