Changes between Initial Version and Version 1 of Ticket #44000, comment 3
- Timestamp:
- 05/10/2018 11:54:38 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #44000, comment 3
initial v1 1 1 [attachment:44000.2.diff] is a suggestion that uses the {{{wp_count_user_requests()}}} function approach in #44034. The patch there would need to be applied here as well to test. 2 2 3 This counts the ''confirmed'' user requests for both export and erase, and add them together.3 This counts the ''confirmed'' user requests for both export and erase, and adds them together. 4 4 5 5 It also checks for the {{{erase_others_personal_data}}} and {{{erase_others_personal_data}}} capabilities, before displaying the bubble count. 6 6 7 So this approach can handle the case if user has e.g. {{{erase_others_personal_data}}} but not {{{e rase_others_personal_data}}}, so it would only display the bubble count for confirmed erase requests.7 So this approach can handle the case if user has e.g. {{{erase_others_personal_data}}} but not {{{export_others_personal_data}}}, so it would only display the bubble count for confirmed erase requests. 8 8 9 9 Further adjustments would be to add bubble counts to the sub-menus.