checkbox-gui will miscount manual jobs with i18n

Bug #1319327 reported by Zygmunt Krynicki
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Checkbox GUI (Legacy)
Fix Released
Medium
Zygmunt Krynicki

Bug Description

Looking at TestSelectionListView.qml I see:

                            if (curItem.type === "Manual")

However if you compare this to the C++ backend you will see:

                            type = tr("Manual");

When Manual is translated then setListSummary() function will miscount tests

Related branches

Zygmunt Krynicki (zyga)
Changed in checkbox-gui:
assignee: nobody → Zygmunt Krynicki (zkrynicki)
status: New → In Progress
importance: Undecided → Medium
Zygmunt Krynicki (zyga)
Changed in checkbox-gui:
milestone: none → 0.18
Zygmunt Krynicki (zyga)
Changed in checkbox-gui:
status: In Progress → Fix Committed
Changed in checkbox-gui:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.