mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-23 12:27:05 +00:00
First attempt at job to create transactions for recurring transactions.
This commit is contained in:
@@ -515,16 +515,7 @@ class ExpandedForm
|
||||
*/
|
||||
public function optionsList(string $type, string $name): string
|
||||
{
|
||||
$previousValue = null;
|
||||
|
||||
try {
|
||||
$previousValue = request()->old('post_submit_action');
|
||||
} catch (RuntimeException $e) {
|
||||
// don't care
|
||||
}
|
||||
|
||||
$previousValue = $previousValue ?? 'store';
|
||||
$html = view('form.options', compact('type', 'name', 'previousValue'))->render();
|
||||
$html = view('form.options', compact('type', 'name'))->render();
|
||||
|
||||
return $html;
|
||||
}
|
||||
|
Reference in New Issue
Block a user