mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-27 19:31:01 -06:00
Fix #1642
This commit is contained in:
parent
ede8c293fc
commit
69b4632ef6
@ -82,7 +82,6 @@ class JournalLinkRequest extends Request
|
||||
// fixed
|
||||
return [
|
||||
'link_type' => sprintf('required|in:%s', $string),
|
||||
'link_other' => 'belongsToUser:transaction_journals',
|
||||
'link_journal_id' => 'belongsToUser:transaction_journals',
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user