Skip to content

Conversation

@tvdeyen
Copy link
Member

@tvdeyen tvdeyen commented Jan 8, 2026

What is this pull request for?

Fixes a bug where a deprecated ingredient editor partial raises an error
about missing methods that provided by the IngredientEditor decorator.

Checklist

  • I have followed Pull Request guidelines
  • I have added a detailed description into each commit message
  • I have added tests to cover this change

Deprecated ingredient editor partials
need a IngredientEditor decorator instance

Signed-off-by: Thomas von Deyen <[email protected]>
The IngredientEditor decorator is deprecated.
Since we already log a deprecation warning
while rendering the editor partial, we must
not log any additional warnings.

Signed-off-by: Thomas von Deyen <[email protected]>
As private method rails logs this
as been called by the call method
and not the element editor, where
it actually comes from.

Signed-off-by: Thomas von Deyen <[email protected]>
@tvdeyen tvdeyen added this to the 8.1 milestone Jan 8, 2026
@tvdeyen tvdeyen requested a review from a team as a code owner January 8, 2026 21:20
@tvdeyen tvdeyen added the bug label Jan 8, 2026
@codecov
Copy link

codecov bot commented Jan 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.35%. Comparing base (8e4cf6e) to head (2dbb1eb).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3556      +/-   ##
==========================================
- Coverage   97.35%   97.35%   -0.01%     
==========================================
  Files         308      308              
  Lines        8011     8010       -1     
==========================================
- Hits         7799     7798       -1     
  Misses        212      212              

☔ View full report in Codecov by Sentry.
📢 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.

@tvdeyen tvdeyen merged commit 5ccb781 into main Jan 9, 2026
20 checks passed
@tvdeyen tvdeyen deleted the fix-deprecated-ingredient-editors branch January 9, 2026 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants