Closed (fixed)
Project:
Translation Management Tool
Version:
8.x-1.x-dev
Component:
Core
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Dec 2020 at 14:27 UTC
Updated:
17 Jul 2021 at 11:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
jrochate commentedComment #3
jrochate commentedChanged config to less rows per page and now the notice is off.
source_list_limit: 100
Comment #4
jrochate commentedComment #5
berdirI've seen that error too on a client project.. By setting a lower row limit, you might have just pushed the problematic node to a later page. You might see it again if you go through the pager..
Comment #6
guillaumeduveauIcons are missing for the last 3 states in JobItem::getStateDefinitions()
Comment #7
guillaumeduveauComment #9
berdirLooking closer at this, there are multiple aspects.
Some item states don't have an icon on purpose, we don't want to give accepted/aborted items any extra visibility, they are completed.
accepted are already excluded and should not show up there. aborted might show up if they are part of a active/continuous job but we don't want that, so I excluded them in the underlying API method. And inactive items can show up when you create a job with a predefined target language but then don't submit it. I'm on the fence if we should show those. The labels are kinda weird (Active job item: inactive o.0), but on the other hand, it has been created and it's an open job that you might want to submit still. You can always abort/delete it. And I'd rather not change existing translatable strings if I don't have to.
For the inactive job item, I used the same icon as unprocessed jobs.
Comment #12
berdirMerged.