NPM Resource Changed ? ? Pending

User tests: Successful: Unsuccessful:

avatar YatharthVyas
YatharthVyas
9 May 2021

Pull Request for Issue #33695
Replacement for Closed PRs #33709 and #33711

Summary of Changes

Added a span to display the count. The classes applied to this span are identical to the other quickicon span badges

Testing Instructions

  1. 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');

Alternatively, here's a trick I used:
Change the following line


to :

if (!request.data.number_urgent_requests) {
  1. npm run build:js

Note: You might observe a message like below on the admin dashboard:
image
This is a different issue which has been reported and is not fixed by this PR

Actual result BEFORE applying this Pull Request

image

Expected result AFTER applying this Pull Request

image

Documentation Changes Required

None

avatar YatharthVyas YatharthVyas - open - 9 May 2021
avatar YatharthVyas YatharthVyas - change - 9 May 2021
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 9 May 2021
Category JavaScript Repository NPM Change
avatar YatharthVyas YatharthVyas - change - 9 May 2021
The description was changed
avatar YatharthVyas YatharthVyas - edited - 9 May 2021
avatar YatharthVyas YatharthVyas - change - 9 May 2021
The description was changed
avatar YatharthVyas YatharthVyas - edited - 9 May 2021
avatar YatharthVyas YatharthVyas - change - 9 May 2021
The description was changed
avatar YatharthVyas YatharthVyas - edited - 9 May 2021
9c2c9e3 9 May 2021 avatar YatharthVyas lint
avatar YatharthVyas YatharthVyas - change - 9 May 2021
Labels Added: NPM Resource Changed ?
avatar YatharthVyas YatharthVyas - change - 10 May 2021
The description was changed
avatar YatharthVyas YatharthVyas - edited - 10 May 2021
avatar YatharthVyas YatharthVyas - change - 10 May 2021
The description was changed
avatar YatharthVyas YatharthVyas - edited - 10 May 2021
avatar sandramay0905 sandramay0905 - test_item - 10 May 2021 - Tested successfully
avatar sandramay0905
sandramay0905 - comment - 10 May 2021

I have tested this item successfully on d0796d3


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/33712.

avatar Quy Quy - test_item - 11 May 2021 - Tested successfully
avatar Quy
Quy - comment - 11 May 2021

I have tested this item successfully on d0796d3


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/33712.

avatar Quy Quy - change - 11 May 2021
Status Pending Ready to Commit
avatar Quy
Quy - comment - 11 May 2021

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/33712.

avatar richard67 richard67 - change - 12 May 2021
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2021-05-12 10:11:51
Closed_By richard67
Labels Added: ?
avatar richard67 richard67 - close - 12 May 2021
avatar richard67 richard67 - merge - 12 May 2021
avatar richard67
richard67 - comment - 12 May 2021

Thanks!

avatar YatharthVyas
YatharthVyas - comment - 12 May 2021

Thank you

Add a Comment

Login with GitHub to post a comment