Skip to content

Update and restyle how we expose listing content rejection in devhub#24647

Merged
diox merged 3 commits intomozilla:masterfrom
diox:devhub-content-rejected-tweaks
Mar 25, 2026
Merged

Update and restyle how we expose listing content rejection in devhub#24647
diox merged 3 commits intomozilla:masterfrom
diox:devhub-content-rejected-tweaks

Conversation

@diox
Copy link
Copy Markdown
Member

@diox diox commented Mar 24, 2026

Fixes: mozilla/addons#16107

Screenshots

Versions page

Screenshot 2026-03-24 at 16-03-57 Status   Versions privacy-possum Add-ons for Firefox

Edit page

Screenshot 2026-03-24 at 16-03-37 Edit Product Page privacy-possum Add-ons for Firefox

I did not link to the edit description page specifically because we don't know if it's about the description or one of the URLs, one of the previews etc.

Edit page having confirmed

(for convenience also displayed in the versions page, the button is always disabled)
Screenshot 2026-03-24 at 16-59-10 Edit Product Page privacy-possum Add-ons for Firefox

@diox diox marked this pull request as draft March 24, 2026 15:05
@@ -2644,3 +2615,96 @@ def test_survey_waffle(self):
self.addon = addon_factory(users=[self.user])
response = self.client.post(self.url, follow=True)
assert b'Take our quick survey' not in response.content


class TestRequestContentReview(TestCase):
Copy link
Copy Markdown
Member Author

@diox diox Mar 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved those tests from test_views_versions.py

@diox diox marked this pull request as ready for review March 24, 2026 16:16
@diox diox requested a review from eviljeff March 24, 2026 16:16
@diox diox merged commit d1b0f90 into mozilla:master Mar 25, 2026
43 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Task]: Update and restyle how we expose listing content rejection in devhub

2 participants