From 45f4dffd39f7611192e36816a82eead5782d60d5 Mon Sep 17 00:00:00 2001 From: Simon Arlott Date: Sun, 13 Mar 2022 09:56:34 +0000 Subject: [PATCH] Fix suppression of "cut split/transaction" warnings for the current session These were not working because they were missing from the temporary warnings settings schema. The warnings could only be dismissed permanently. Add them to the temporary warnings section of the settings schema. --- ...rg.gnucash.GnuCash.warnings.gschema.xml.in | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnucash/gschemas/org.gnucash.GnuCash.warnings.gschema.xml.in b/gnucash/gschemas/org.gnucash.GnuCash.warnings.gschema.xml.in index 02a8b590ec..8db0304cd7 100644 --- a/gnucash/gschemas/org.gnucash.GnuCash.warnings.gschema.xml.in +++ b/gnucash/gschemas/org.gnucash.GnuCash.warnings.gschema.xml.in @@ -187,6 +187,16 @@ Mark transaction split as unreconciled This dialog is presented before allowing you to mark a transaction split as unreconciled. Doing so will throw off the reconciled value of the register and can make it hard to perform future reconciliations. + + 0 + Cut a split from a transaction + This dialog is presented before allowing you to cut a split from a transaction. + + + 0 + Cut a reconciled split from a transaction + This dialog is presented before allowing you to cut a reconciled split from a transaction. Doing so will throw off the reconciled value of the register and can make it hard to perform future reconciliations. + 0 Remove a split from a transaction @@ -207,6 +217,16 @@ Remove all the splits from a transaction This dialog is presented before allowing you to remove all splits (including some reconciled splits) from a transaction. Doing so will throw off the reconciled value of the register and can make it hard to perform future reconciliations. + + 0 + Cut a transaction + This dialog is presented before allowing you to cut a transaction. + + + 0 + Cut a transaction with reconciled splits + This dialog is presented before allowing you to cut a transaction that contains reconciled splits. Doing so will throw off the reconciled value of the register and can make it hard to perform future reconciliations. + 0 Delete a transaction