Always navigate back to the previous page after saving a product (closes #364)

This commit is contained in:
Bernd Bestel
2019-09-22 09:03:59 +02:00
parent e5530e2058
commit 4c57bf8b9d
3 changed files with 3 additions and 2 deletions

View File

@@ -151,7 +151,7 @@
<a class="dropdown-item" type="button" href="{{ $U('/stockjournal?product=') }}{{ $currentStockEntry->product_id }}">
<i class="fas fa-file-alt"></i> {{ $__t('Stock journal for this product') }}
</a>
<a class="dropdown-item" type="button" href="{{ $U('/product/') }}{{ $currentStockEntry->product_id }}">
<a class="dropdown-item" type="button" href="{{ $U('/product/') }}{{ $currentStockEntry->product_id . '?returnto=%2Fstockoverview' }}">
<i class="fas fa-edit"></i> {{ $__t('Edit product') }}
</a>
<div class="dropdown-divider"></div>