Skip to content

Conversation

@pratikb64
Copy link
Contributor

@pratikb64 pratikb64 commented Feb 2, 2026

No description provided.

@codecov
Copy link

codecov bot commented Feb 2, 2026

Codecov Report

❌ Patch coverage is 0% with 13 lines in your changes missing coverage. Please review.
✅ Project coverage is 50.08%. Comparing base (a4f7a00) to head (064110d).
⚠️ Report is 10 commits behind head on develop.

Files with missing lines Patch % Lines
helpdesk/api/assignment_rule.py 0.00% 7 Missing ⚠️
helpdesk/api/saved_replies.py 0.00% 4 Missing ⚠️
helpdesk/helpdesk/doctype/hd_ticket/api.py 0.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2966      +/-   ##
===========================================
+ Coverage    49.67%   50.08%   +0.40%     
===========================================
  Files          124      122       -2     
  Lines         5401     5353      -48     
===========================================
- Hits          2683     2681       -2     
+ Misses        2718     2672      -46     

☔ 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.

@RitvikSardana RitvikSardana merged commit 783ee55 into frappe:develop Feb 2, 2026
6 of 7 checks passed
frappe.throw(_("Please provide either saved_reply_id or saved_reply data"))
if not saved_reply:
saved_reply = frappe.get_doc("HD Saved Reply", saved_reply_id).message
def get_rendered_saved_reply(ticket_id, saved_reply_id=None):
Copy link
Contributor

@sagarvora sagarvora Feb 2, 2026

Choose a reason for hiding this comment

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

add type hints. checked by pydantic in whitelisted functions.

@RitvikSardana RitvikSardana changed the title fix: security issues fix: perm issues Feb 3, 2026
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.

3 participants