GNOME Bugzilla – Bug 151159
Scheduled transaction editor advertises unimplemented "paste" function
Last modified: 2018-06-29 20:46:45 UTC
In the Scheduled transactions editor, under Template Transaction, the right-butten menu has a "Paste Transaction" function, but in fact, it doesn't work. This is a real bug: the menu shouldn't advertise an unimplemented function. There is a corresponding enhancement request (to provide the function) at http://bugzilla.gnome.org/show_bug.cgi?id=97559, but in the absence of adding the enhancement, it is a bug to advertise the feature (hence this separate report).
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180659.
*** Bug 97559 has been marked as a duplicate of this bug. ***
Does this issue also occur in the 2.0.x versions?
Doesn't this bug simply ask to remove the PastTransactionAction from the sxregister ui file? Like this: Index: src/gnome/ui/gnc-plugin-page-sxregister-ui.xml =================================================================== --- src/gnome/ui/gnc-plugin-page-sxregister-ui.xml (revision 14880) +++ src/gnome/ui/gnc-plugin-page-sxregister-ui.xml (working copy) @@ -9,7 +9,6 @@ <menu name="Transaction" action="TransactionAction"> <menuitem name="CutTransaction" action="CutTransactionAction"/> <menuitem name="CopyTransaction" action="CopyTransactionAction"/> - <menuitem name="PasteTransaction" action="PasteTransactionAction"/> <menuitem name="DuplicateTransaction" action="DuplicateTransactionAction"/> <menuitem name="DeleteTransaction" action="DeleteTransactionAction"/> <menuitem name="RemoveTransactionSplits" action="RemoveTransactionSplitsAction"/>
Turns out in 2.0.x there is no "right-button menu" (anymore). So this bug can be considered closed.
GnuCash bug tracking has moved to a new Bugzilla host. This bug has been copied to https://bugs.gnucash.org/show_bug.cgi?id=151159. Please update any external references or bookmarks.