Add tag preview when importing and fix empty category bug #800
Reference in New Issue
Block a user
Delete Branch "tag-import-preview-category-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Before category fix:
After category fix:
Looks good!
@@ -124,3 +124,3 @@category = category_cache[category_name] ||= account.family.transaction_categories.find_or_initialize_by(name: category_name)category = category_cache[category_name] ||= account.family.transaction_categories.find_or_initialize_by(name: category_name) if category_name.present?Ahh my bad, I think that was a regression on my part