Make WordPress Core

Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#43846 closed defect (bug) (fixed)

Fix Count Styling on Personal Data Request Tables Post Status Links

Reported by: allendav's profile allendav Owned by: azaozz's profile azaozz
Milestone: 4.9.6 Priority: normal
Severity: normal Version: 5.1
Component: Privacy Keywords: gdpr has-patch
Focuses: Cc:

Description

The post status links (at the top of the personal data request tables, e.g. "All (1) | Pending (1) | etc" are not formatted like all of the others through-out wp-admin. Existing status-type links wrap the count in a span tag, i.e. they should be like <span class="count">(2)</span>.

Attachments (1)

43846.diff (1.4 KB) - added by allendav 7 years ago.
Add .count spans to post status count links on request tables

Download all attachments as: .zip

Change History (7)

This ticket was mentioned in Slack in #gdpr-compliance by allendav. View the logs.


7 years ago

@allendav
7 years ago

Add .count spans to post status count links on request tables

#2 @allendav
7 years ago

@azaozz - please accept into 4.9.6

To test:

  • Navigate to wp-admin > Tools > Export Personal Data
  • Ensure that the count that appears next to each post status is now black and enclosed in a .count span (e.g. All (1) | Pending (1) | etc)
  • Repeat for wp-admin > Tools > Remove Personal Data

#3 @allendav
7 years ago

  • Keywords has-patch added; needs-patch removed

#4 @azaozz
7 years ago

  • Milestone changed from Awaiting Review to 4.9.6

#5 @azaozz
7 years ago

  • Owner set to azaozz
  • Resolution set to fixed
  • Status changed from new to closed

In 43000:

Privacy: fix styling of counts on the list tables for user requests.

Props allendav.
Fixes #43846.

#6 @desrosj
7 years ago

  • Component changed from General to Privacy

Moving to the new Privacy component.

Note: See TracTickets for help on using tickets.