fix(backurl): stabilize query append and support back-first links
This commit is contained in:
@@ -327,7 +327,7 @@
|
||||
<a class="link" href="{!! $openSubUrl !!}">打开订阅详情</a>
|
||||
<span class="muted">|</span>
|
||||
@php
|
||||
$openSubSyncableUrl = \App\Support\BackUrl::withBackAndFragment(
|
||||
$openSubSyncableUrl = \App\Support\BackUrl::withBackFirstAndFragment(
|
||||
'/admin/site-subscriptions/' . $order->siteSubscription->id . '?' . \Illuminate\Support\Arr::query([
|
||||
'order_sync_status' => 'syncable',
|
||||
]),
|
||||
|
||||
Reference in New Issue
Block a user