seitime-frappe/frappe/core
Adhithi M R 0409235563
fix: preserve original role permissions during role replication (#35356)
* chore: format code with ruff formatter

* fix: fetch all custom docperms when replicating role

* fix: avoid setup custom perms call for seen doctypes

* fix(test): ensure custom perms are not setup for any role

* chore: remove steps to replicate since url already mentioned

---------

Co-authored-by: Adhithimr <adhitimr@gmail.com>
Co-authored-by: Gursheen Anand <gursheen@frappe.io>
2026-03-05 12:39:18 +05:30
..
api chore: code cleanup 2026-02-26 15:08:12 +05:30
dashboard_chart fix: recreate system workspace 2026-01-12 00:04:24 +05:30
doctype fix: preserve original role permissions during role replication (#35356) 2026-03-05 12:39:18 +05:30
number_card fix: recreate system workspace 2026-01-12 00:04:24 +05:30
page feat: add activity log support (#37696) 2026-03-04 11:45:11 +00:00
permission_type/user_impersonate refactor: single perm type for multiple doctypes 2025-11-14 14:49:36 +05:30
report fix: Limit storage usage report to current schema (#37595) 2026-02-26 11:41:34 +00:00
web_form feat: allow user to change timezone (#33419) 2025-07-22 19:50:12 +02:00
workspace chore: remove system workspace 2026-01-12 14:24:54 +05:30
__init__.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
notifications.py refactor: support new function style 2025-11-19 21:15:57 +05:30
README.md rename Profile to User frappe/frappe#470 2014-03-11 16:14:47 +05:30
utils.py fix(email): ensure text/plain part contains plain text instead of markdown 2026-03-03 11:37:40 +05:30

Core module contains the models required for the basic functioning of frappe including DocType, User (user), Role and others.