Closed
Bug 833536
Opened 13 years ago
Closed 12 years ago
revision based_on is empty
Categories
(developer.mozilla.org Graveyard :: Localization, defect)
developer.mozilla.org Graveyard
Localization
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: groovecoder, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:21.0) Gecko/20130119 Firefox/21.0
Build ID: 20130119030922
Steps to reproduce:
Translate a document.
Actual results:
Document is translated, but the wiki_revisions.based_on field is empty.
Expected results:
Document should translate, and wiki_revisions.based_on should be equal to the english document's current_revision when the translation was made.
Comment 1•13 years ago
|
||
This is incredibly odd as the information is present in post_data (as confirmed by logging):
https://github.com/mozilla/kuma/blob/master/apps/wiki/views.py#L1637
Comment 2•13 years ago
|
||
Actually the Revision class' _based_on_is_clean may be the problem; if we aren't properly approving English documents, the based_on_id wont populate.
| Reporter | ||
Comment 4•12 years ago
|
||
No, it looks like this has been fixed.
https://pastebin.mozilla.org/5397088
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: needinfo?(lcrouch)
Resolution: --- → WORKSFORME
Updated•6 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•