before removing Notes,source_context from the Anki cards

This commit is contained in:
stephen 2026-07-01 20:24:22 +10:00
parent 61acfe74d7
commit 750365aa79

View file

@ -215,15 +215,15 @@ class SandboxTab(QWidget):
QMessageBox.warning(self, "Validation Alert", "English and Spanish phrase properties cannot remain blank.")
return
print(f"\n[DEBUG DATABASE WRITE]")
print(f" ID Selected: {self.selected_translation_id}")
print(f" English: {en_t}")
print(f" Spanish: {es_t}")
print(f" Context: {ctx_t}")
print(f" Tags: {tag_t}")
print(f" Notes: {self.current_notes_content}")
print(f" Anki Notes: {self.current_anki_notes_content}")
print(f" Gender: {gender_t}\n")
# print(f"\n[DEBUG DATABASE WRITE]")
# print(f" ID Selected: {self.selected_translation_id}")
# print(f" English: {en_t}")
# print(f" Spanish: {es_t}")
# print(f" Context: {ctx_t}")
# print(f" Tags: {tag_t}")
# print(f" Notes: {self.current_notes_content}")
# print(f" Anki Notes: {self.current_anki_notes_content}")
# print(f" Gender: {gender_t}\n")
# Fixed argument sequence to match Beekeeper schema (gender position 7, anki_notes position 8)