?
avatar PhilETaylor
PhilETaylor
9 May 2021

Steps to reproduce the issue

Generate some privacy requests ... wait 30 days...

or run this SQL to give you the same thing:

INSERT INTO `jos_privacy_requests` (`id`, `email`, `requested_at`, `status`, `request_type`, `confirm_token`, `confirm_token_created_at`)
VALUES
	(1, 'asdfasd@asdas', '2011-05-09 12:53:18', 0, 'export', '$2y$10$XfdBZSSZMDuhyvHFhJq7e.AUXMtrPOojvcNDEPVWZnOQjKBJfOkum', '2021-05-09 12:53:18'),
	(2, 'asdfasd@asdas', '2011-05-09 12:53:18', 1, 'export', '', '2021-05-09 12:53:53'),
	(3, 'asdfasd@asdas', '2011-05-09 12:53:18', 1, 'remove', '', '2021-05-09 12:53:58');

Visit Home Dashboard

Expected result

A warning that there are overdue requests

Actual result

An error, with an undefined message and a broken button.

Screenshot 2021-05-09 at 13 56 56

System information (as much as possible)

Additional comments

avatar PhilETaylor PhilETaylor - open - 9 May 2021
avatar joomla-cms-bot joomla-cms-bot - change - 9 May 2021
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 9 May 2021
avatar richard67 richard67 - change - 10 May 2021
Status New Closed
Closed_Date 0000-00-00 00:00:00 2021-05-10 11:48:42
Closed_By richard67
avatar richard67 richard67 - close - 10 May 2021
avatar richard67
richard67 - comment - 10 May 2021

Closing as having a pull request. Please test #33735 . Thanks in advance.

Add a Comment

Login with GitHub to post a comment