frappe
frappe copied to clipboard
fix: pass doc to get_perm
frappe.perm.get_perm
accepts a doc
parameter, but it wasn't passed along, until now.
Codecov Report
Merging #17620 (50414c0) into develop (3cf36c9) will decrease coverage by
3.10%
. The diff coverage is100.00%
.
:exclamation: Current head 50414c0 differs from pull request most recent head 8d53511. Consider uploading reports for the commit 8d53511 to get more accurate results
@@ Coverage Diff @@
## develop #17620 +/- ##
===========================================
- Coverage 59.97% 56.87% -3.11%
===========================================
Files 759 756 -3
Lines 68611 68249 -362
Branches 5973 5859 -114
===========================================
- Hits 41149 38816 -2333
- Misses 24003 25791 +1788
- Partials 3459 3642 +183
Flag | Coverage Δ | |
---|---|---|
ui-tests | 45.30% <100.00%> (-5.30%) |
:arrow_down: |
Flags with carried forward coverage won't be shown. Click here to find out more.
@barredterra refresh branch?