Bug #500
Entries with Inactive Accounts Cannot Be Edited
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Pavan Rikhi | % Done: | 0% | |
Category: | Journal Entries | Spent time: | - | |
Target version: | Feedback | |||
Easy Pickings: | No |
Description
steps:
- make an entry using 3 different accounts
- mark an account as
inactive
- visit the entry's edit page
result:
account field for item with deleted account is empty.
potential fix:
In the entries.forms
module's _allow_only_active_accounts
function, we
could check to see if the entry has an initial account. If so, then don't
change the queryset for that form.
History
#1 Updated by Pavan Rikhi almost 6 years ago
- Subject changed from Entries with Deleted Accounts Cannot Be Edited to Entries with Inactive Accounts Cannot Be Edited
#2 Updated by Pavan Rikhi about 5 years ago
Probably just remove the inactive field...
#3 Updated by Pavan Rikhi almost 4 years ago
- Easy Pickings set to No
- Target version set to Feedback
- Category set to Journal Entries
- Description updated (diff)