Closed Bug 1645964 Opened 4 years ago Closed 5 months ago

Localization dashboard should highlight articles that need to be reviewed and updated

Categories

(support.mozilla.org :: Knowledge Base Software, defect)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: underpass_bugzilla, Assigned: tasos)

References

Details

Attachments

(1 file)

Attached image dashboard.png

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0

Steps to reproduce:

Open localization dashboard

https://support.mozilla.org/it/localization

Actual results:

The article list doesn't give priority to articles that need to be updated and/or reviewed (see image)

Expected results:

Articles needing to be updated or reviewed should appear on top of the list (as it happened in the past).
With the current layout is not easy to find immediately which article we need to update or review.
Thanks.

Summary: Localization dashboard should highlight articles that needs to be reviewed and updated → Localization dashboard should highlight articles that need to be reviewed and updated
Status: UNCONFIRMED → NEW
Ever confirmed: true

This could be easily done with a couple of lines of CSS:

.dashboards td.status:has(.review),
.dashboards td.status:has(.out-of-date){
    background-color: var(--color-warning);
}
Assignee: nobody → tasos
Status: NEW → ASSIGNED

A patch has been released to prod

Status: ASSIGNED → RESOLVED
Closed: 5 months ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: