mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 09:22:33 +00:00
Fix some view issues reported in #2436
This commit is contained in:
@@ -1091,6 +1091,11 @@ try {
|
||||
if ($group->transactionJournals()->count() > 1) {
|
||||
$title = limitStringLength($group->title);
|
||||
}
|
||||
if('opening balance' === $type) {
|
||||
|
||||
$breadcrumbs->push($title, route('transactions.show', [$group->id]));
|
||||
return;
|
||||
}
|
||||
|
||||
$breadcrumbs->parent('transactions.index', $type);
|
||||
$breadcrumbs->push($title, route('transactions.show', [$group->id]));
|
||||
|
Reference in New Issue
Block a user