Set TranslationImportQueueEntry.date_status_changed in setStatus
Bug #358404 reported by
Jeroen T. Vermeulen
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Jeroen T. Vermeulen |
Bug Description
Now that all changes to TranslationImpo
This may affect when entries are cleaned up, among other things, depending on where we do and don't set date_status_changed in the current code.
Related branches
lp://qastaging/~jtv/launchpad/bug-358404
- Eleanor Berger (community): Approve
-
Diff: 52 lines2 files modifiedlib/lp/translations/doc/translationimportqueue.txt (+9/-5)
lib/lp/translations/model/translationimportqueue.py (+1/-2)
Changed in rosetta: | |
importance: | Undecided → Low |
status: | New → Triaged |
Changed in rosetta: | |
status: | Triaged → In Progress |
tags: | added: qa-needstesting |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in rosetta: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I just fixed bug 354699. An unknown number of files was approved for templates in the wrong distroseries. At this point it would have been tremendously useful to have the broken queue entries available for inspection, but they were all deleted because their date_status_changed was not set when they were approved or imported.