Skip to content

fix: change SupportContactEnterpriseTagStep to accept/return full context - #2691

Merged
brobro10000 merged 1 commit into
openedx:masterfrom
brobro10000:brobro10000/ENT-11574-contact-fix
Sep 10, 2026
Merged

brobro10000 merged 1 commit into
openedx:masterfrom
brobro10000:brobro10000/ENT-11574-contact-fix

Conversation

@brobro10000

@brobro10000 brobro10000 commented Sep 10, 2026

Copy link
Copy Markdown
Member

Description

Companion to openedx-filters PR #394, addressing review feedback on the sibling edx-platform PR #455.

SupportContactEnterpriseTagStep.run_filter now takes a single context: dict (reading/writing context['tags']) instead of a bare tags list plus an unused user argument. user was never actually used by this step — get_current_request() already provides everything needed via crum.

Since the original shape (#2688) already merged and released as 8.10.0, this is a new PR rather than an amendment.

Companion PRs

ENT-11574

…text

Per pwnage101's review feedback on edx-platform PR openedx#455, matches the
updated SupportContactContextRequested filter shape: run_filter now takes
a single context dict (reading/writing context['tags']) instead of a bare
tags list plus an unused user argument. user was never actually used by
this step in the first place — get_current_request() already provides
everything needed via crum.

ENT-11574
@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
🔒 Security Review Completed 2026-09-10T17:07:30.505943Z 9cf6b05 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@codecov

codecov Bot commented Sep 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.03%. Comparing base (127b2b5) to head (9cf6b05).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2691   +/-   ##
=======================================
  Coverage   87.03%   87.03%           
=======================================
  Files         264      264           
  Lines       17247    17248    +1     
  Branches     1705     1705           
=======================================
+ Hits        15011    15012    +1     
  Misses       1897     1897           
  Partials      339      339           
Flag Coverage Δ
unittests 87.03% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@brobro10000
brobro10000 merged commit b2b1fbd into openedx:master Sep 10, 2026
11 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.

2 participants