mirror of
https://github.com/actualbudget/actual.git
synced 2026-05-08 04:49:45 -05:00
Compare commits
1 Commits
matiss/crd
...
youngcw/fi
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
47c556cb24 |
@@ -208,6 +208,19 @@ export function BankSyncCheckboxOptions({
|
||||
<Trans>Reimport deleted transactions</Trans>
|
||||
</CheckboxOptionWithHelp>
|
||||
|
||||
<CheckboxOptionWithHelp
|
||||
id="form_update_dates"
|
||||
checked={updateDates}
|
||||
onChange={() => setUpdateDates(!updateDates)}
|
||||
disabled={!importTransactions}
|
||||
helpText={t(
|
||||
'By enabling this, the transaction date will be overwritten by the one provided by the bank.',
|
||||
)}
|
||||
helpMode={helpMode}
|
||||
>
|
||||
<Trans>Update Dates</Trans>
|
||||
</CheckboxOptionWithHelp>
|
||||
|
||||
<CheckboxOptionWithHelp
|
||||
id="form_import_transactions"
|
||||
checked={!importTransactions}
|
||||
@@ -219,18 +232,6 @@ export function BankSyncCheckboxOptions({
|
||||
>
|
||||
<Trans>Investment Account</Trans>
|
||||
</CheckboxOptionWithHelp>
|
||||
|
||||
<CheckboxOptionWithHelp
|
||||
id="form_update_dates"
|
||||
checked={updateDates}
|
||||
onChange={() => setUpdateDates(!updateDates)}
|
||||
helpText={t(
|
||||
'By enabling this, the transaction date will be overwritten by the one provided by the bank.',
|
||||
)}
|
||||
helpMode={helpMode}
|
||||
>
|
||||
<Trans>Update Dates</Trans>
|
||||
</CheckboxOptionWithHelp>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
6
upcoming-release-notes/7742.md
Normal file
6
upcoming-release-notes/7742.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Maintenance
|
||||
authors: [youngcw]
|
||||
---
|
||||
|
||||
Fix disabled settings of the bank sync options
|
||||
Reference in New Issue
Block a user