Upon submission of a translation job the status in the column "Pending Translation" remains as is; which is not right.
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | tmgmt-missing-pending-translations-1900926-9.patch | 5.42 KB | berdir |
| #7 | tmgmt-missing-pending-translations-1900926-7.patch | 2.67 KB | cgalli |
| #4 | tmgmt-missing-pending-translations-1900926-3.patch | 884 bytes | berdir |
Comments
Comment #1
berdirMoving to the correct place.
Comment #2
jos doekbrijder commentedComment #3
miro_dietikerThe place was absolutely right.
Comment #4
berdirComponents are not about what the user thinks is correct, it is about where it technically belongs. It doesn't matter if it's initially reported wrong but please don't "correct" it :)
Comment #5
miro_dietikerLooks fine. I guess we need a test for that as this is a critical element of the UI.
Comment #6
cgalli commentedWhen submitting a job for entity source translation (node with source language german), I get the following warning:
Notice: Array to string conversion in drupal_map_assoc() (line 2732 of /var/www/tmgmt/includes/common.inc).
Notice: Array to string conversion in drupal_map_assoc() (line 2732 of /var/www/tmgmt/includes/common.inc).
The source language in the job checkout is NOT set, although it should
Setting the source language manually, one can submit the job, but the source language is still not set and therefore the job not accessible.
Same problem?
Comment #7
cgalli commentedConsistently use entity_language() to get source language of the entity
Comment #9
berdirRe-rolled to use correct line endings (@cgalli, make sure to configure your IDE to use unix file endings) and added tests.
Comment #10
berdirCommited and pushed.