Crash upon entry deletion
Reported by Virgil Dupras | September 4th, 2009 @ 03:22 PM | in v1.6.2 (closed)
Application Identifier: com.hardcoded_software.moneyguru
Application Version: 1.6.1
Traceback (most recent call last):
File "/Applications/moneyGuru.app/Contents/Resources/mg_cocoa.plugin/Contents/Resources/mg_cocoa.py", line 367, in deleteSelectedRows
File "moneyguru/gui/table.pyc", line 156, in delete
File "moneyguru/gui/entry_table.pyc", line 50, in _do_delete
File "moneyguru/document/__init__.pyc", line 633, in delete_entries
File "moneyguru/document/__init__.pyc", line 557, in delete_transactions
File "moneyguru/document/__init__.pyc", line 241, in _perform_action
File "moneyguru/document/__init__.pyc", line 549, in perform
ValueError: list.remove(x): x not in list
Comments and changes to this ticket
-
Virgil Dupras September 8th, 2009 @ 09:43 AM
- State changed from new to accepted
I could reproduce this crash:
- create a transaction that had 2 splits to the same
account
- select the entry table
- select both entries created by the same transaction
- delete... crash!
-
Virgil Dupras September 8th, 2009 @ 09:45 AM
- Milestone set to v1.6.2
[milestone:id#49656 bulk edit command]
-
Virgil Dupras September 9th, 2009 @ 10:15 AM
- Assigned user set to Virgil Dupras
-
Virgil Dupras September 9th, 2009 @ 10:36 AM
- State changed from accepted to fixed
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
People watching this ticket
Tags
Referenced by
- 64 Crash upon entry deletion (from [118]) [#64 state:fixed] Fixed a crash on entry del...